8294972: Convert jdk.jlink internal plugins to use the Classfile API

Reviewed-by: mchung, alanb
This commit is contained in:
Adam Sotona 2023-03-22 12:12:14 +00:00
parent c74507eeb3
commit 358c61b58d
6 changed files with 744 additions and 803 deletions

View file

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