8294974: Convert jdk.jshell/jdk.jshell.execution.LocalExecutionControl to use the Classfile API to instrument classes

Reviewed-by: jlahoda
This commit is contained in:
Adam Sotona 2023-03-13 15:53:01 +00:00
parent f835aaafc7
commit a95bc7acd0
3 changed files with 34 additions and 44 deletions

View file

@ -193,15 +193,17 @@ module java.base {
java.logging;
exports jdk.internal.classfile to
jdk.jartool,
jdk.jlink;
jdk.jlink,
jdk.jshell;
exports jdk.internal.classfile.attribute to
jdk.jartool;
exports jdk.internal.classfile.constantpool to
jdk.jartool;
exports jdk.internal.classfile.instruction to
jdk.jshell;
exports jdk.internal.org.objectweb.asm to
jdk.jfr,
jdk.jlink,
jdk.jshell;
jdk.jlink;
exports jdk.internal.org.objectweb.asm.tree to
jdk.jfr,
jdk.jlink;