Skip to content

Commit

Permalink
Export two 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 4179ede
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 @@ -376,7 +377,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 4179ede

Please sign in to comment.