From 3a3e4c10e4d08c9fa1fbeba6d74933964a3bb47f Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Mon, 28 Nov 2016 13:02:02 +0000 Subject: [PATCH] Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT"" This reverts commit ea7980d7617c934d1858dcb27eb6f1e5bdbab261. Change-Id: Ibd69c5f318df62c66c031ea4fa21182a098be025 --- test/etc/run-test-jar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index c525b2b9b..06e42190e 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -364,8 +364,8 @@ fi if [ "$JIT" = "y" ]; then INT_OPTS="-Xusejit:true" if [ "$VERIFY" = "y" ] ; then - INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=verify-at-runtime" - COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-at-runtime" + INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=interpret-only" + COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=interpret-only" else INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=verify-none" COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-none" -- 2.11.0