summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-07-30 10:01:52 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-07-30 10:01:52 +0100
commit0dd26722b7115bb7e4f02a4ad311724099754006 (patch)
treea89140108d7e4bb902ee261ebf79a2bd97fe658d /openembedded/scripts
parenteefcb668663029ebc4d72952c1335c20f76a2b0b (diff)
mauve: force use of -Xint execution mode when running tests
This forces the VM to use the template interpreter - which is what we want to initially validate when running with OpenJDK 8. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/mauve-test-pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/scripts/mauve-test-pkg b/openembedded/scripts/mauve-test-pkg
index 3da49b9..60a40c6 100755
--- a/openembedded/scripts/mauve-test-pkg
+++ b/openembedded/scripts/mauve-test-pkg
@@ -57,4 +57,4 @@ if [[ -f ${blacklist_file} ]]; then
done < "$blacklist_file"
fi
-$javavm HarnessLinaro -vm $javavm $excludes $java_pkg "$@"
+$javavm -Xint HarnessLinaro -vm $javavm -vmarg -Xint $excludes $java_pkg "$@"