Skip to content

Commit a655c50

Browse files
Update start-finalExec
1 parent fa1210b commit a655c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/start-finalExec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ fi
270270
if isTrue "${USE_MEOWICE_GRAALVM_FLAGS}"; then
271271
JAVA_MAJOR_VERSION=$(java -version 2>&1 | grep -oP 'version "?(1\.)?\K\d+')
272272
if [[ $JAVA_MAJOR_VERSION -lt 25 ]]; then
273-
echo "Java 24 or higher detected using modified GraalVM flags"
273+
log "Java 24 or higher detected using modified GraalVM flags"
274274
JVM_XX_OPTS="${JVM_XX_OPTS}
275275
-XX:+UseFastJNIAccessors
276276
-XX:+UseInlineCaches

0 commit comments

Comments
 (0)