On Thu, 16 Mar 2023 08:43:46 GMT, Alan Bateman <al...@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?

@AlanBateman @JornVernee I did a clean build and now the test is passing.The 
error might have caused because of stale classes. Thanks for the correction. I 
will close this PR.

-------------

PR: https://git.openjdk.org/jdk/pull/13057

Reply via email to