comparison test/compiler/membars/DekkerTest.java @ 14672:a5f0657a1666

8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1 Summary: Start test with -XX:-TieredCompilation so that one compiler thread works Reviewed-by: kvn, twisti
author anoll
date Wed, 05 Mar 2014 10:20:30 +0100
parents fcf521c3fbc6
children 92aa6797d639
comparison
equal deleted inserted replaced
14661:bbfe3ac1471d 14672:a5f0657a1666
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:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest 28 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:-TieredCompilation -XX:+StressGCM -XX:+StressLCM DekkerTest
29 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest 29 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:-TieredCompilation -XX:+StressGCM -XX:+StressLCM DekkerTest
30 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest 30 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:CICompilerCount=1 -XX:-TieredCompilation -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