File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
test/hotspot/jtreg/gc/shenandoah/compiler Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments