8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default

Reviewed-by: rkennke
This commit is contained in:
Aleksey Shipilev 2019-08-14 20:32:44 +02:00
parent 0005ab68af
commit 517f13e1c6
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* @summary Clearing control during final graph reshape causes memory barrier to loose dependency on null check
* @key gc
* @requires vm.gc.Shenandoah & !vm.graal.enabled
* @requires vm.flavor == "server"
* @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation
* -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC
* -XX:+UnlockDiagnosticVMOptions -XX:+StressLCM -XX:+StressGCM

View File

@ -26,6 +26,7 @@
* @summary Test that loop mining arguments are sane
* @key gc
* @requires vm.gc.Shenandoah & !vm.graal.enabled
* @requires vm.flavor == "server"
* @library /test/lib
* @run driver TestLoopMiningArguments
*/