hotspot/test/compiler/membars/DekkerTest.java
changeset 33616 1c4a01071852
parent 33592 ceda4a796f5d
child 35594 cc13089c6327
equal deleted inserted replaced
33610:abbaf2803dae 33616:1c4a01071852
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8007898
    26  * @bug 8007898
    27  * @summary Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier().
    27  * @summary Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier().
    28  * @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    28  * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    29  * @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    29  * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    30  * @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    30  * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
    31  * @author Martin Doerr martin DOT doerr AT sap DOT com
    31  * @author Martin Doerr martin DOT doerr AT sap DOT com
    32  *
    32  *
    33  * Run 3 times since the failure is intermittent.
    33  * Run 3 times since the failure is intermittent.
    34  */
    34  */
    35 
    35