mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8345486: Reevaluate the classes in java.lang.classfile.components package
Reviewed-by: mcimadamore, asotona
This commit is contained in:
parent
f3b4350e0f
commit
79eb77b782
33 changed files with 54 additions and 158 deletions
|
@ -81,7 +81,6 @@ module java.base {
|
|||
exports java.lang.annotation;
|
||||
exports java.lang.classfile;
|
||||
exports java.lang.classfile.attribute;
|
||||
exports java.lang.classfile.components;
|
||||
exports java.lang.classfile.constantpool;
|
||||
exports java.lang.classfile.instruction;
|
||||
exports java.lang.constant;
|
||||
|
@ -177,6 +176,8 @@ module java.base {
|
|||
jdk.net,
|
||||
jdk.sctp,
|
||||
jdk.crypto.cryptoki;
|
||||
exports jdk.internal.classfile.components to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.foreign to
|
||||
jdk.incubator.vector;
|
||||
exports jdk.internal.event to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue