8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
authorthartmann
Fri, 24 May 2019 09:51:02 +0200
changeset 55025 e93621d4db2c
parent 55024 948385f851f2
child 55026 a8673ccddffd
8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: thartmann Contributed-by: wangxue@loongson.cn
test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java
--- 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
  */