mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8294974
: Convert jdk.jshell/jdk.jshell.execution.LocalExecutionControl to use the Classfile API to instrument classes
Reviewed-by: jlahoda
This commit is contained in:
parent
f835aaafc7
commit
a95bc7acd0
3 changed files with 34 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue