-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
When running Jigsaw b162 or later with --permit-illegal-access
the following warnings are printed.
The code is breaking into JDK classes.
WARNING: Illegal access by org.jboss.weld.util.bytecode.ClassFileUtils$1 (file:/modules/org.jboss.weld.weld-core.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Illegal access by org.jboss.weld.util.bytecode.ClassFileUtils$1 (file:/modules/org.jboss.weld.weld-core.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
- is related to
-
WELD-2460 JDK 9/10 - reflection usage, multirelease jar, testing
- Resolved