File tree 1 file changed +8
-4
lines changed
test/hotspot/jtreg/gc/shenandoah/compiler
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 28
28
* @requires vm.flavor == "server"
29
29
* @requires vm.gc.Shenandoah
30
30
*
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
35
39
*
36
40
*/
37
41
You can’t perform that action at this time.
0 commit comments