mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8294972: Convert jdk.jlink internal plugins to use the Classfile API
Reviewed-by: mchung, alanb
This commit is contained in:
parent
c74507eeb3
commit
358c61b58d
6 changed files with 744 additions and 803 deletions
|
@ -196,17 +196,18 @@ module java.base {
|
|||
jdk.jlink,
|
||||
jdk.jshell;
|
||||
exports jdk.internal.classfile.attribute to
|
||||
jdk.jartool;
|
||||
jdk.jartool,
|
||||
jdk.jlink;
|
||||
exports jdk.internal.classfile.constantpool to
|
||||
jdk.jartool;
|
||||
jdk.jartool,
|
||||
jdk.jlink;
|
||||
exports jdk.internal.classfile.instruction to
|
||||
jdk.jlink,
|
||||
jdk.jshell;
|
||||
exports jdk.internal.org.objectweb.asm to
|
||||
jdk.jfr,
|
||||
jdk.jlink;
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.objectweb.asm.tree to
|
||||
jdk.jfr,
|
||||
jdk.jlink;
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.objectweb.asm.util to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.objectweb.asm.commons to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue