From 2e04779cef1f2246bef9fd99ccc8c698f1f143ff Mon Sep 17 00:00:00 2001 From: Wang Xue Date: Fri, 24 May 2019 09:51:02 +0200 Subject: [PATCH] 8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed Added missing -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: thartmann --- .../jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java b/test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java index b844c3d43b9..7d11d173883 100644 --- a/test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java +++ b/test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyWithBadOffset.java @@ -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 */