Skip to content

Commit 953ae7a

Browse files
author
SendaoYan
committed
8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option
Reviewed-by: shade
1 parent 3720ab8 commit 953ae7a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

test/hotspot/jtreg/gc/shenandoah/compiler/TestLoadBypassesNullCheck.java

+8-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@
2828
* @requires vm.flavor == "server"
2929
* @requires vm.gc.Shenandoah
3030
*
31-
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM
32-
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 -XX:StressSeed=270847015 TestLoadBypassesNullCheck
33-
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM
34-
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 TestLoadBypassesNullCheck
31+
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
32+
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
33+
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM -XX:StressSeed=270847015
34+
* TestLoadBypassesNullCheck
35+
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
36+
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
37+
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM
38+
* TestLoadBypassesNullCheck
3539
*
3640
*/
3741

0 commit comments

Comments
 (0)