pron commented on PR #3696: URL: https://github.com/apache/cassandra/pull/3696#issuecomment-3361596154
> https://github.com/apache/cassandra/blob/trunk/conf/jvm17-server.options#L69 Ah. In that case, the code is living on borrowed time and has just been lucky. Every release increases the chance of things breaking. Remember that the reason for encapsulation of JDK internals (or one of the several reasons) is to give the JDK more freedom to change internals more liberally, and we've been taking advantage of the freedom. The pace of changes to internals is expected to continue growing. I had a look at a couple of uses of internal access, and they now have standard replacements (albeit in JDK 22 and on). -- 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]

