commit | 155bef4c26032190ae8988d5487eb40e321131ad | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Mon Mar 09 14:57:48 2015 +0100 |
committer | Sebastien Hertz <shertz@google.com> | Mon Mar 09 15:01:53 2015 +0100 |
tree | e6ef519414334bceac8d461c902e815c6bc94e99 | |
parent | 5c9d8f0d2948c2b4fe4258f96e3598ad5b8fa23b [diff] |
Fix run-test with JIT enabled Uses -Xusejit:true instead of -Xjit. Bug: 17950037 Change-Id: I8280245e3e2aeced5927ade1632b7a110b040136
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index 7a2ad1c..671d56d 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar
@@ -265,7 +265,7 @@ 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