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

Reply via email to