6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions

Wed, 09 Sep 2009 16:28:03 -0700

author
kvn
date
Wed, 09 Sep 2009 16:28:03 -0700
changeset 1391
9a4e87ba1a90
parent 1390
26fbe81d30cf
child 1392
159d56b94894

6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions
Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions.
Reviewed-by: never

test/compiler/6865031/Test.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/6865031/Test.java	Tue Sep 08 16:56:31 2009 -0700
     1.2 +++ b/test/compiler/6865031/Test.java	Wed Sep 09 16:28:03 2009 -0700
     1.3 @@ -26,7 +26,7 @@
     1.4   * @test
     1.5   * @bug 6865031
     1.6   * @summary Application gives bad result (throws bad exception) with compressed oops
     1.7 - * @run main/othervm -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
     1.8 + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
     1.9   */
    1.10  
    1.11  import java.lang.ref.ReferenceQueue;

mercurial