janhoy commented on PR #3153:
URL: https://github.com/apache/solr/pull/3153#issuecomment-3025803615
Fixed merge conflict in this. I'm ok with merging this as is.
I tested running solr in Java 24, and without this fix (or explicitly
disableing JSM) the start script will just spin and timeout, while the log
prints
```
OpenJDK 64-Bit Server VM warning: -XX:+UseLargePages not supported in this VM
WARNING: Using incubator modules: jdk.incubator.vector
Error occurred during initialization of VM
java.lang.Error: A command line option has attempted to allow or enable the
Security Manager. Enabling a Security Manager is not supported.
at java.lang.System.initPhase3([email protected]/System.java:1947)
```
So this simple PR is a great Java24 compat fix, giving users a choice betwen
JRE21 with JSM or JRE24 without.
--
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]