This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d1d733bee5 Fix JDK17 startup issue after CASSANDRA-17199; temporary 
workaround, to be reverted after CASSANDRA-18239 Patch by Ekaterina Dimitrova; 
reviewed by Michael Semb Wever for CASSANDRA-18431
d1d733bee5 is described below

commit d1d733bee5ba85088a77d5c1430705dbb47ab68c
Author: Ekaterina Dimitrova <ekaterina.dimitr...@datastax.com>
AuthorDate: Wed Apr 5 16:29:28 2023 -0400

    Fix JDK17 startup issue after CASSANDRA-17199; temporary workaround, to be 
reverted after CASSANDRA-18239
    Patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for 
CASSANDRA-18431
---
 build.xml                 | 1 +
 conf/jvm17-server.options | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index f75314e044..625b234a8f 100644
--- a/build.xml
+++ b/build.xml
@@ -257,6 +257,7 @@
         <string>--add-opens java.base/java.lang=ALL-UNNAMED</string>
         <string>--add-opens java.base/java.math=ALL-UNNAMED</string>
         <string>--add-opens java.base/java.lang.reflect=ALL-UNNAMED</string>
+        <string>--add-opens java.base/java.net=ALL-UNNAMED</string>
     </resources>
     <pathconvert property="_jvm_args_concat2" refid="_jvm17_arg_items" 
pathsep=" "/>
     <condition property="java17-jvmargs" value="${_jvm_args_concat2}" else="">
diff --git a/conf/jvm17-server.options b/conf/jvm17-server.options
index 3e8d2cef76..98a70a20f9 100644
--- a/conf/jvm17-server.options
+++ b/conf/jvm17-server.options
@@ -103,6 +103,8 @@
 --add-opens java.base/java.math=ALL-UNNAMED
 #in-jvm tests? plus # https://chronicle.software/chronicle-support-java-17/
 --add-opens java.base/java.lang.reflect=ALL-UNNAMED
+#jamm post CASSANDRA-17199
+--add-opens java.base/java.net=ALL-UNNAMED
 
 ### GC logging options -- uncomment to enable
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to