From a4f42ecdaf287fafb60a4ae97249c0b1346e958e Mon Sep 17 00:00:00 2001 From: Ekaterina Dimitrova Date: Wed, 20 Nov 2024 16:26:28 -0500 Subject: [PATCH] Review feedback --- build.xml | 51 ++++++++++++++++++++------------------- conf/jvm-server.options | 3 --- conf/jvm22-server.options | 14 +++-------- 3 files changed, 29 insertions(+), 39 deletions(-) diff --git a/build.xml b/build.xml index e42cb19e188e..d40bee8d5226 100644 --- a/build.xml +++ b/build.xml @@ -414,6 +414,7 @@ -Djava.security.manager=allow -Dio.netty.tryReflectionSetAccessible=true + -Dnet.bytebuddy.experimental=true"/> --add-modules jdk.incubator.vector @@ -606,7 +607,7 @@ - + @@ -1288,7 +1289,7 @@ - + @@ -1340,7 +1341,7 @@ - + @@ -1359,7 +1360,7 @@ - + @@ -1384,7 +1385,7 @@ - + @@ -1406,7 +1407,7 @@ - + @@ -1452,7 +1453,7 @@ - + @@ -1470,7 +1471,7 @@ - + @@ -1493,7 +1494,7 @@ - + @@ -1510,7 +1511,7 @@ - + @@ -1526,7 +1527,7 @@ - + @@ -1557,7 +1558,7 @@ - + @@ -1571,7 +1572,7 @@ - + @@ -1584,7 +1585,7 @@ - + @@ -1665,21 +1666,21 @@ - + - + - + @@ -1687,7 +1688,7 @@ - + @@ -1702,7 +1703,7 @@ timeout="${test.long.timeout}"> - + @@ -1710,7 +1711,7 @@ - + @@ -1729,7 +1730,7 @@ - + @@ -1776,7 +1777,7 @@ - + @@ -2011,7 +2012,7 @@ - + @@ -2049,7 +2050,7 @@ - + @@ -2066,7 +2067,7 @@ - + diff --git a/conf/jvm-server.options b/conf/jvm-server.options index 94b50c89bd0a..c50f3631f5a0 100644 --- a/conf/jvm-server.options +++ b/conf/jvm-server.options @@ -171,9 +171,6 @@ #-Xms4G #-Xmx4G -# Need experimental bytebuddy for JDK21 --Dnet.bytebuddy.experimental - # Young generation size is automatically calculated by cassandra-env # based on this formula: min(100 * num_cores, 1/4 * heap size) # diff --git a/conf/jvm22-server.options b/conf/jvm22-server.options index ffc25640a2ea..236ca90f0968 100644 --- a/conf/jvm22-server.options +++ b/conf/jvm22-server.options @@ -40,6 +40,7 @@ ### JPMS -Djdk.attach.allowAttachSelf=true +-Djava.security.manager=allow --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 @@ -59,6 +60,7 @@ --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED +--add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens java.base/java.util.concurrent.locks=ALL-UNNAMED --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens java.base/jdk.internal.math=ALL-UNNAMED @@ -66,6 +68,7 @@ --add-opens java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/jdk.internal.reflect=ALL-UNNAMED --add-opens java.base/jdk.internal.vm=ALL-UNNAMED +--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens jdk.management.jfr/jdk.management.jfr=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED @@ -74,8 +77,6 @@ # required for org.apache.cassandra.Util.getSupportedMTimeGranularity --add-opens java.base/java.nio.file.attribute=ALL-UNNAMED ---add-opens jdk.compiler/com.sun.tools.javac=ALL-UNNAMED - ### GC logging options -- uncomment to enable # Java 11 (and newer) GC logging options: @@ -105,13 +106,4 @@ --add-modules jdk.incubator.vector -### Compatibility Options ---add-opens java.base/java.io=ALL-UNNAMED ---add-opens java.base/java.lang=ALL-UNNAMED ---add-opens java.base/java.nio=ALL-UNNAMED ---add-opens java.base/java.util=ALL-UNNAMED ---add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED ---add-opens java.base/sun.nio.ch=ALL-UNNAMED --Djava.security.manager=allow - # The newline in the end of file is intentional