test/compiler/membars/DekkerTest.java

changeset 7308
e8225dc7c94b
parent 0
f90c822e73f8
     1.1 --- a/test/compiler/membars/DekkerTest.java	Tue Feb 25 13:52:37 2014 +0100
     1.2 +++ b/test/compiler/membars/DekkerTest.java	Wed Mar 05 10:20:30 2014 +0100
     1.3 @@ -25,9 +25,9 @@
     1.4   * @test
     1.5   * @bug 8007898
     1.6   * @summary Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier().
     1.7 - * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
     1.8 - * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
     1.9 - * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    1.10 + * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:-TieredCompilation -XX:+StressGCM -XX:+StressLCM DekkerTest
    1.11 + * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:-TieredCompilation -XX:+StressGCM -XX:+StressLCM DekkerTest
    1.12 + * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:-TieredCompilation -XX:+StressGCM -XX:+StressLCM DekkerTest
    1.13   * @author Martin Doerr martin DOT doerr AT sap DOT com
    1.14   *
    1.15   * Run 3 times since the failure is intermittent.

mercurial