8318124: JFR: Rewrite instrumentation to use Class-File API

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2023-10-23 16:00:14 +00:00
parent c1aeac79ba
commit 69c0ae23a3
12 changed files with 781 additions and 751 deletions

View file

@ -187,15 +187,20 @@ module java.base {
exports jdk.internal.classfile to
jdk.jartool,
jdk.jdeps,
jdk.jfr,
jdk.jlink,
jdk.jshell;
exports jdk.internal.classfile.attribute to
jdk.jartool,
jdk.jdeps,
jdk.jfr,
jdk.jlink;
exports jdk.internal.classfile.components to
jdk.jfr;
exports jdk.internal.classfile.constantpool to
jdk.jartool,
jdk.jdeps,
jdk.jfr,
jdk.jlink;
exports jdk.internal.classfile.instruction to
jdk.jdeps,