You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/04/05 16:51:00 UTC

[jira] [Closed] (GROOVY-9070) OpenJdk 11 Illegal reflective access

     [ https://issues.apache.org/jira/browse/GROOVY-9070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Sun closed GROOVY-9070.
------------------------------
    Resolution: Duplicate

The suggested workaround while we fix this issue is to use the environment variable:
{code:java}
> set GROOVY_TURN_OFF_JAVA_WARNINGS=true{code}

> 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
>            Priority: Major
>
> 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)