mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8318124: JFR: Rewrite instrumentation to use Class-File API
Reviewed-by: mgronlun
This commit is contained in:
parent
c1aeac79ba
commit
69c0ae23a3
12 changed files with 781 additions and 751 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue