Skip to content
Snippets Groups Projects
Commit 5819d91f authored by SendaoYan's avatar SendaoYan Committed by Paul Hohensee
Browse files

8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option

Backport-of: 8bcd4920f1b03d0ef8e295e53557c629f05ceaa4
parent b0c75b45
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,14 @@ ...@@ -28,10 +28,14 @@
* @requires vm.flavor == "server" * @requires vm.flavor == "server"
* @requires vm.gc.Shenandoah * @requires vm.gc.Shenandoah
* *
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM * @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 -XX:StressSeed=270847015 TestLoadBypassesNullCheck * -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM * -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM -XX:StressSeed=270847015
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 TestLoadBypassesNullCheck * TestLoadBypassesNullCheck
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM
* TestLoadBypassesNullCheck
* *
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment