mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-03 14:12:17 +00:00
Enable compact object headers on Java 24+ (#4211)
This commit is contained in:
@@ -347,6 +347,11 @@ if isTrue "${USE_MEOWICE_FLAGS}"; then
|
||||
else
|
||||
log "cpu not x86_64, disabling architecture specific flags"
|
||||
fi
|
||||
if [[ $java_major_version -gt 23 ]]; then
|
||||
JVM_XX_OPTS="${JVM_XX_OPTS}
|
||||
-XX:+UseCompactObjectHeaders
|
||||
"
|
||||
fi
|
||||
fi
|
||||
|
||||
if isTrue "${USE_MEOWICE_GRAALVM_FLAGS}"; then
|
||||
|
||||
Reference in New Issue
Block a user