diff --git a/test/compiler/6865031/Test.java b/test/compiler/6865031/Test.java index 3262410840cf1ca46dc30e9088ce816b03e7232e..a502f298f9d8363889634e1f4b94be6d5ddb87fa 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;