# HG changeset patch # User kvn # Date 1252538883 25200 # Node ID 9a4e87ba1a904c5d06fe604ec08f0a8bc3512029 # Parent 26fbe81d30cf9a234fadf159c9a2c0d176efd743 6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: never diff -r 26fbe81d30cf -r 9a4e87ba1a90 test/compiler/6865031/Test.java --- a/test/compiler/6865031/Test.java Tue Sep 08 16:56:31 2009 -0700 +++ b/test/compiler/6865031/Test.java Wed Sep 09 16:28:03 2009 -0700 @@ -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;