Skip to content

Commit

Permalink
Exporti packages to OpenJCEPlus due to OpenJCEPlus updates
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 7, 2023
1 parent 8675526 commit 5a7b60b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/java.base/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
jdk.compiler,
jdk.jlink;
exports jdk.internal.logger to
java.logging;
java.logging,
openjceplus;
exports jdk.internal.org.objectweb.asm to
jdk.jartool,
jdk.jfr,
Expand Down Expand Up @@ -282,7 +283,8 @@
jdk.sctp;
exports sun.net.www to
java.net.http,
jdk.jartool;
jdk.jartool,
openjceplus;
exports sun.net.www.protocol.http to
java.security.jgss;
exports sun.nio.ch to
Expand Down Expand Up @@ -376,7 +378,8 @@
exports sun.util.logging to
java.desktop,
java.logging,
java.prefs;
java.prefs,
openjceplus;
exports sun.util.resources to
jdk.localedata;
exports jdk.internal.invoke to
Expand Down

0 comments on commit 5a7b60b

Please sign in to comment.