Merge
This commit is contained in:
commit
4332b6ed9a
@ -25,9 +25,9 @@
|
||||
* @test
|
||||
* @bug 8007898
|
||||
* @summary Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier().
|
||||
* @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
|
||||
* @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
|
||||
* @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
|
||||
* @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
|
||||
* @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
|
||||
* @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CICompilerCount=1 -XX:+StressGCM -XX:+StressLCM DekkerTest
|
||||
* @author Martin Doerr martin DOT doerr AT sap DOT com
|
||||
*
|
||||
* Run 3 times since the failure is intermittent.
|
||||
|
@ -88,8 +88,8 @@ public class IgnoreUnrecognizedVMOptions {
|
||||
|
||||
/*
|
||||
#1.4 develop & notproduct flag on product VM:
|
||||
develop & !product_build notproduct & !product_build
|
||||
-XX:+DeoptimizeALot -XX:+VerifyCodeCache
|
||||
develop & !product_build notproduct & product_build
|
||||
-XX:+DeoptimizeALot -XX:+VerifyCodeCache
|
||||
-IgnoreUnrecognizedVMOptions ERR ERR
|
||||
+IgnoreUnrecognizedVMOptions OK OK
|
||||
*/
|
||||
@ -103,8 +103,8 @@ public class IgnoreUnrecognizedVMOptions {
|
||||
|
||||
/*
|
||||
#1.5 malformed develop & notproduct flag on debug VM:
|
||||
develop & !product_build notproduct & !product_build
|
||||
-XX:DeoptimizeALot -XX:VerifyCodeCache
|
||||
develop & !product_build notproduct & !product_build
|
||||
-XX:DeoptimizeALot -XX:VerifyCodeCache
|
||||
-IgnoreUnrecognizedVMOptions ERR ERR
|
||||
+IgnoreUnrecognizedVMOptions ERR ERR
|
||||
*/
|
||||
@ -117,8 +117,8 @@ public class IgnoreUnrecognizedVMOptions {
|
||||
|
||||
/*
|
||||
#1.6 malformed develop & notproduct flag on product VM:
|
||||
develop & !product_build .notproduct & !product_build
|
||||
-XX:DeoptimizeALot -XX:VerifyCodeCache
|
||||
develop & !product_build notproduct & product_build
|
||||
-XX:DeoptimizeALot -XX:VerifyCodeCache
|
||||
-IgnoreUnrecognizedVMOptions ERR ERR
|
||||
+IgnoreUnrecognizedVMOptions OK OK
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user