diff options
| author | 2016-11-23 12:53:24 +0000 | |
|---|---|---|
| committer | 2016-11-23 12:53:25 +0000 | |
| commit | dd77c2b4ff36db082edfbcf2631c78a9282689e1 (patch) | |
| tree | c0276a06f8b6dba35e843098a05be326c8f5e2ac | |
| parent | 8f26b1039a76e5112ef835798526fcd002f0900e (diff) | |
| parent | ea7980d7617c934d1858dcb27eb6f1e5bdbab261 (diff) | |
Merge "Revert "Use interpret-only instead of verify-at-runtime when testing JIT""
| -rwxr-xr-x | test/etc/run-test-jar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index 06e42190e7..c525b2b9bf 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=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" |