Skip to content

Commit

Permalink
Remove jdk internals export which is not needed anymore with JDK22, t…
Browse files Browse the repository at this point in the history
…his was already done with the main-5.0 patch, but forgotten here
  • Loading branch information
ekaterinadimitrova2 committed Dec 13, 2024
1 parent c757061 commit 195b89e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
<string>--add-exports java.base/jdk.internal.misc=ALL-UNNAMED</string>
<string>--add-exports java.base/jdk.internal.ref=ALL-UNNAMED</string>
<string>--add-exports java.base/jdk.internal.perf=ALL-UNNAMED</string>
<string>--add-exports java.base/jdk.internal.util.jar=ALL-UNNAMED</string>
<string>--add-exports java.base/sun.nio.ch=ALL-UNNAMED</string>
<string>--add-exports java.management.rmi/com.sun.jmx.remote.internal.rmi=ALL-UNNAMED</string>
<string>--add-exports java.rmi/sun.rmi.registry=ALL-UNNAMED</string>
Expand Down
1 change: 0 additions & 1 deletion conf/jvm22-server.options
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED
--add-exports java.base/jdk.internal.perf=ALL-UNNAMED
--add-exports java.base/jdk.internal.util.jar=ALL-UNNAMED
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
--add-exports java.management.rmi/com.sun.jmx.remote.internal.rmi=ALL-UNNAMED
--add-exports java.rmi/sun.rmi.registry=ALL-UNNAMED
Expand Down

0 comments on commit 195b89e

Please sign in to comment.