hotspot/test/compiler/6865031/Test.java
changeset 3803 a7d7c2525f61
parent 3599 35bb709f2c62
child 5547 f4b087cbb361
--- a/hotspot/test/compiler/6865031/Test.java	Tue Sep 08 16:56:31 2009 -0700
+++ b/hotspot/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;