8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: thartmann
Contributed-by: wangxue@loongson.cn
--- a/test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java Thu May 23 18:50:48 2019 +0200
+++ b/test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java Fri May 24 09:51:02 2019 +0200
@@ -25,7 +25,7 @@
* @test
* @bug 8224539
* @summary Test arraycopy optimizations with bad src/dst array offsets.
- * @run main/othervm -Xbatch -XX:+AlwaysIncrementalInline
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:+AlwaysIncrementalInline
* compiler.arraycopy.TestArrayCopyWithBadOffset
*/