aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoranoll <none@none>2014-03-05 06:08:19 +0100
committeranoll <none@none>2014-03-05 06:08:19 +0100
commita77742b908f7932a9c0bedf2291288ef1a052ab8 (patch)
tree5db31c32c24630c97d2d681cfc04c7b8300b9029 /test
parenta370cf0cda64a45d634b1b4d0beca4dc1ea9b092 (diff)
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM Reviewed-by: kvn, roland
Diffstat (limited to 'test')
-rw-r--r--test/compiler/uncommontrap/TestSpecTrapClassUnloading.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compiler/uncommontrap/TestSpecTrapClassUnloading.java b/test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
index 11572672a..e660ad5e5 100644
--- a/test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
+++ b/test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
@@ -25,7 +25,7 @@
* @test
* @bug 8031752
* @summary speculative traps need to be cleaned up at GC
- * @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke -Xmx1M TestSpecTrapClassUnloading
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke -Xmx1M TestSpecTrapClassUnloading
*
*/