mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 20:48:29 +00:00
8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
This commit is contained in:
parent
15d5184652
commit
df473509f8
@ -35,7 +35,8 @@ enum Profile {
|
||||
COMPACT2("compact2", 2, "java.compact2"),
|
||||
COMPACT3("compact3", 3, "java.compact3", "java.smartcardio", "jdk.sctp",
|
||||
"jdk.httpserver", "jdk.security.auth",
|
||||
"jdk.naming.dns", "jdk.naming.rmi"),
|
||||
"jdk.naming.dns", "jdk.naming.rmi",
|
||||
"jdk.management"),
|
||||
FULL_JRE("Full JRE", 4, "java.se", "jdk.deploy.osx", "jdk.charsets",
|
||||
"jdk.crypto.ec", "jdk.crypto.pkcs11",
|
||||
"jdk.crypto.mscapi", "jdk.crypto.ucrypto", "jdk.jvmstat",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user