From 01b58dfa4275af605bca833fc50f2bc0a5eb70f5 Mon Sep 17 00:00:00 2001 From: kvn Date: Wed, 9 Sep 2009 16:28:03 -0700 Subject: [PATCH] 6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: never --- test/compiler/6865031/Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiler/6865031/Test.java b/test/compiler/6865031/Test.java index 326241084..a502f298f 100644 --- a/test/compiler/6865031/Test.java +++ b/test/compiler/6865031/Test.java @@ -26,7 +26,7 @@ * @test * @bug 6865031 * @summary Application gives bad result (throws bad exception) with compressed oops - * @run main/othervm -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye */ import java.lang.ref.ReferenceQueue; -- GitLab