From 53e0648e8dcca1dff5926a624bf1c4d7d2205608 Mon Sep 17 00:00:00 2001 From: Ekaterina Dimitrova Date: Fri, 22 Nov 2024 18:03:34 -0500 Subject: [PATCH] Remove jdk internals export which is not needed anymore with JDK22, this was already done with the main-5.0 patch, but forgotten here --- build.xml | 1 - conf/jvm22-server.options | 1 - 2 files changed, 2 deletions(-) diff --git a/build.xml b/build.xml index 0b0e660c59ac..a428afa61794 100644 --- a/build.xml +++ b/build.xml @@ -285,7 +285,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 diff --git a/conf/jvm22-server.options b/conf/jvm22-server.options index 19b660a5381a..236ca90f0968 100644 --- a/conf/jvm22-server.options +++ b/conf/jvm22-server.options @@ -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