RFR: 8304320: java.base does not export jdk.internal.org.objectweb.asm to module jdk.jshell

Varada M duke at openjdk.org
Thu Mar 16 16:57:13 UTC 2023


On Thu, 16 Mar 2023 08:43:46 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> 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?

Hi @AlanBateman. The changes from JDK-8294974 are there on this branch [module-info.java](https://github.com/varada1110/jdk/blob/verify_jimage/src/java.base/share/classes/module-info.java), [LocalExecutionControl.java](https://github.com/varada1110/jdk/blob/verify_jimage/src/jdk.jshell/share/classes/jdk/jshell/execution/LocalExecutionControl.java)

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

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


More information about the core-libs-dev mailing list