mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8344461: Additional cleanup in NewThreadAction
8344867: Cleanup unneeded qualified exports to java.rmi Co-authored-by: Roger Riggs <rriggs@openjdk.org> Reviewed-by: rriggs
This commit is contained in:
parent
f904480a49
commit
8a3c100c54
9 changed files with 107 additions and 151 deletions
|
@ -316,7 +316,6 @@ module java.base {
|
|||
exports sun.reflect.misc to
|
||||
java.desktop,
|
||||
java.management,
|
||||
java.rmi,
|
||||
java.sql.rowset;
|
||||
exports sun.security.internal.interfaces to
|
||||
jdk.crypto.cryptoki;
|
||||
|
@ -329,7 +328,6 @@ module java.base {
|
|||
exports sun.security.pkcs to
|
||||
jdk.jartool;
|
||||
exports sun.security.provider to
|
||||
java.rmi,
|
||||
java.security.jgss,
|
||||
jdk.crypto.cryptoki,
|
||||
jdk.security.auth;
|
||||
|
@ -344,7 +342,6 @@ module java.base {
|
|||
jdk.jartool;
|
||||
exports sun.security.util to
|
||||
java.naming,
|
||||
java.rmi,
|
||||
java.security.jgss,
|
||||
java.security.sasl,
|
||||
java.smartcardio,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue