Pruteanu Dragos created GROOVY-9070:
---------------------------------------

             Summary: OpenJdk 11 Illegal reflective access
                 Key: GROOVY-9070
                 URL: https://issues.apache.org/jira/browse/GROOVY-9070
             Project: Groovy
          Issue Type: Bug
          Components: groovy-jdk
    Affects Versions: 2.5.6
            Reporter: Pruteanu Dragos


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|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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to