summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-14 11:01:37 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-14 11:01:37 +0000
commitd7a6014b66dcf3f4209a4ac525aeca997d51a3dd (patch)
tree51768fa3b2b3e9b3879dfcd74249f6b646fc26d3
parentfb5fdd42ba65424ef5dea12f002a87e955920c42 (diff)
jtreg-lava: remove -Xmixed option
This is the VMs default and we want to test the default behaviour. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rwxr-xr-xjtreg/linux/bin/jtreg-lava4
1 files changed, 1 insertions, 3 deletions
diff --git a/jtreg/linux/bin/jtreg-lava b/jtreg/linux/bin/jtreg-lava
index ae36b84..6440931 100755
--- a/jtreg/linux/bin/jtreg-lava
+++ b/jtreg/linux/bin/jtreg-lava
@@ -157,10 +157,8 @@ if [ -n "$JTREG_LAVA_PREBUILT_CLASSES_DIR" ]; then
fi
fi
-: ${JDK_TEST_VMOPTS:=-vmoption:-Xmixed}
-
"${JT_JAVA}" \
$javaOpts \
-Dprogram=`basename "$0"` \
-jar "${JT_HOME}/lib/jtreg.jar" \
- $JDK_TEST_VMOPTS $jtregOpts
+ $jtregOpts