jdk/test/jdk/tools/jimage/VerifyJimage.java is failing because the module java.base is not exporting jdk.internal.org.objectweb.asm to module jdk.jshell.
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.IllegalAccessError: superclass access check failed: class jdk.jshell.execution.LocalExecutionControl$1$1 (in module jdk.jshell) cannot access class jdk.internal.org.objectweb.asm.MethodVisitor (in module java.base) because module java.base does not export jdk.internal.org.objectweb.asm to module jdk.jshell
--------------------------------------------------
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.IllegalAccessError: superclass access check failed: class jdk.jshell.execution.LocalExecutionControl$1$1 (in module jdk.jshell) cannot access class jdk.internal.org.objectweb.asm.MethodVisitor (in module java.base) because module java.base does not export jdk.internal.org.objectweb.asm to module jdk.jshell
--------------------------------------------------
- links to
-
Review openjdk/jdk/13057