It exposes a few bugs that should be address before submitting it.
Revert "Use interpret-only instead of verify-at-runtime when testing JIT"
This reverts commit 5db5b1e6bc874373dafc73731669e5022ac93b10.
Change-Id: Ib87730ca4c9744a289d267af0b67dce2b6075cfd
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar
index 466ef9b..3535f32 100755
--- a/test/etc/run-test-jar
+++ b/test/etc/run-test-jar
@@ -364,8 +364,8 @@
if [ "$JIT" = "y" ]; then
INT_OPTS="-Xusejit:true"
if [ "$VERIFY" = "y" ] ; then
- INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=interpret-only"
- COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=interpret-only"
+ INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=verify-at-runtime"
+ COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-at-runtime"
else
INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=verify-none"
COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-none"