On Thu, 16 Mar 2023 08:14:25 GMT, Varada M <d...@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