JeetKunDoug commented on code in PR #2318:
URL: https://github.com/apache/cassandra/pull/2318#discussion_r1191226982
##########
build.xml:
##########
@@ -263,6 +265,8 @@
<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>
+
+ <string>--add-opens java.rmi/sun.rmi.transport.tcp=ALL-UNNAMED</string>
Review Comment:
Neither is scoped specifically to in-jvm dtests, but they aren't in any
production startup scripts either... it's only for IDE support and running with
`ant test-run` which is documented as `Not for production use!` so I think it's
appropriate to have them here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]