RFR: 8304320: java.base does not export jdk.internal.org.objectweb.asm to module jdk.jshell
Alan Bateman
alanb at openjdk.org
Thu Mar 16 08:46:20 UTC 2023
On Thu, 16 Mar 2023 08:14:25 GMT, Varada M <duke at openjdk.org> wrote:
> 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.
>
> Reported Issue : [JDK-8304320](https://bugs.openjdk.org/browse/JDK-8304320)
jshell was migrated to new the class file API in JDK-8294974 so it shouldn't have any references to ASM anymore. Would it be possible to check if you have a mismatch between your build and the test?
-------------
PR: https://git.openjdk.org/jdk/pull/13057
More information about the core-libs-dev
mailing list