Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 22, 2023
1 parent 1c331e2 commit 082c7ac
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/java.base/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
// see make/gensrc/GenModuleInfo.gmk

exports com.sun.crypto.provider to
jdk.crypto.cryptoki,
openjceplus;
jdk.crypto.cryptoki;
exports sun.invoke.util to
jdk.compiler,
jdk.incubator.foreign;
Expand Down Expand Up @@ -323,8 +322,7 @@
java.smartcardio,
jdk.crypto.ec,
jdk.crypto.cryptoki,
jdk.naming.dns,
openjceplus;
jdk.naming.dns;
exports sun.security.pkcs to
jdk.crypto.ec,
jdk.jartool;
Expand All @@ -333,8 +331,7 @@
java.security.jgss,
jdk.crypto.cryptoki,
jdk.crypto.ec,
jdk.security.auth,
openjceplus;
jdk.security.auth;
exports sun.security.provider.certpath to
java.naming,
jdk.jartool;
Expand Down Expand Up @@ -365,8 +362,7 @@
exports sun.security.x509 to
jdk.crypto.ec,
jdk.crypto.cryptoki,
jdk.jartool,
openjceplus;
jdk.jartool;
exports sun.security.validator to
jdk.jartool;
exports sun.util.cldr to
Expand All @@ -386,8 +382,7 @@
jdk.incubator.foreign;
exports openj9.internal.security to
jdk.crypto.cryptoki,
jdk.crypto.ec,
openjceplus;
jdk.crypto.ec;

// the service types defined by the APIs in this module

Expand Down

0 comments on commit 082c7ac

Please sign in to comment.