6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build

Mon, 28 Sep 2009 17:14:25 -0700

author
cfang
date
Mon, 28 Sep 2009 17:14:25 -0700
changeset 1431
d6b9fd78f389
parent 1430
ddd6f1182ae3
child 1432
46b819ba120b

6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build
Summary: Add IgnoreUnrecognizedVMOptions for JTreg tests (on a product build) to pass with DeoptimizeALot
Reviewed-by: kvn

test/compiler/6823453/Test.java file | annotate | diff | comparison | revisions
test/compiler/6833129/Test.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/6823453/Test.java	Fri Sep 25 13:26:02 2009 -0700
     1.2 +++ b/test/compiler/6823453/Test.java	Mon Sep 28 17:14:25 2009 -0700
     1.3 @@ -26,7 +26,7 @@
     1.4   * @test
     1.5   * @bug 6823453
     1.6   * @summary DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
     1.7 - * @run main/othervm -Xcomp -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
     1.8 + * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
     1.9   */
    1.10  
    1.11  public class Test {
     2.1 --- a/test/compiler/6833129/Test.java	Fri Sep 25 13:26:02 2009 -0700
     2.2 +++ b/test/compiler/6833129/Test.java	Mon Sep 28 17:14:25 2009 -0700
     2.3 @@ -25,7 +25,7 @@
     2.4   * @test
     2.5   * @bug 6833129
     2.6   * @summary Object.clone() and Arrays.copyOf ignore coping with -XX:+DeoptimizeALot
     2.7 - * @run main/othervm -Xbatch -XX:+DeoptimizeALot Test
     2.8 + * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+DeoptimizeALot Test
     2.9   */
    2.10  
    2.11  public class Test{

mercurial