8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option
Reviewed-by: shade
This commit is contained in:
parent
7133d1b983
commit
8bcd4920f1
@ -28,10 +28,14 @@
|
||||
* @requires vm.flavor == "server"
|
||||
* @requires vm.gc.Shenandoah
|
||||
*
|
||||
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM
|
||||
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 -XX:StressSeed=270847015 TestLoadBypassesNullCheck
|
||||
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM
|
||||
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 TestLoadBypassesNullCheck
|
||||
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
|
||||
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM -XX:StressSeed=270847015
|
||||
* TestLoadBypassesNullCheck
|
||||
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
|
||||
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM
|
||||
* TestLoadBypassesNullCheck
|
||||
*
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user