summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/etc/run-test-jar2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar
index 7a2ad1c32..671d56d87 100755
--- a/test/etc/run-test-jar
+++ b/test/etc/run-test-jar
@@ -265,7 +265,7 @@ if [ "$INTERPRETER" = "y" ]; then
fi
if [ "$JIT" = "y" ]; then
- INT_OPTS="-Xjit"
+ INT_OPTS="-Xusejit:true"
if [ "$VERIFY" = "y" ] ; then
COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=interpret-only"
else