We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1210b commit a655c50Copy full SHA for a655c50
1 file changed
scripts/start-finalExec
@@ -270,7 +270,7 @@ fi
270
if isTrue "${USE_MEOWICE_GRAALVM_FLAGS}"; then
271
JAVA_MAJOR_VERSION=$(java -version 2>&1 | grep -oP 'version "?(1\.)?\K\d+')
272
if [[ $JAVA_MAJOR_VERSION -lt 25 ]]; then
273
- echo "Java 24 or higher detected using modified GraalVM flags"
+ log "Java 24 or higher detected using modified GraalVM flags"
274
JVM_XX_OPTS="${JVM_XX_OPTS}
275
-XX:+UseFastJNIAccessors
276
-XX:+UseInlineCaches
0 commit comments