Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.5.6
-
None
-
None
Description
I wrote a command line application which uses Groovy 2.5.6. I tested the issue also with Groovy 3.0.0.alpha4 and it still occurs. I tested with OpenJdk11
The message below is showing when simply instantiating the class groovy.lang.Binding().
Is it any fix for this ?
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/C:/Users/dprutean/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.5.6/6936e700f0fb1b50bac0698ada4347a769d40199/groovy-2.5.6.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
O
Attachments
Issue Links
- duplicates
-
GROOVY-8339 Fix warning "An illegal reflective access operation has occurred"
- Closed