< prev index next >

test/hotspot/jtreg/gc/shenandoah/TestHeapUncommit.java

Print this page
rev 59879 : [mq]: 8249000

*** 24,34 **** /* * @test TestHeapUncommit * @summary Acceptance tests: collector can withstand allocation * @key randomness ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive * -XX:+ShenandoahDegeneratedGC -XX:+ShenandoahVerify --- 24,34 ---- /* * @test TestHeapUncommit * @summary Acceptance tests: collector can withstand allocation * @key randomness ! * @requires vm.gc.Shenandoah * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive * -XX:+ShenandoahDegeneratedGC -XX:+ShenandoahVerify
*** 52,62 **** /* * @test TestHeapUncommit * @summary Acceptance tests: collector can withstand allocation * @key randomness ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=adaptive * -XX:+ShenandoahVerify --- 52,62 ---- /* * @test TestHeapUncommit * @summary Acceptance tests: collector can withstand allocation * @key randomness ! * @requires vm.gc.Shenandoah * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=adaptive * -XX:+ShenandoahVerify
*** 86,96 **** /* * @test TestHeapUncommit * @summary Acceptance tests: collector can withstand allocation * @key randomness ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu * -XX:+ShenandoahVerify --- 86,96 ---- /* * @test TestHeapUncommit * @summary Acceptance tests: collector can withstand allocation * @key randomness ! * @requires vm.gc.Shenandoah * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu * -XX:+ShenandoahVerify
*** 106,116 **** */ /* * @test TestHeapUncommit * @key randomness ! * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 -XX:+UseLargePages * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify --- 106,117 ---- */ /* * @test TestHeapUncommit * @key randomness ! * @requires vm.gc.Shenandoah ! * @requires vm.bits == "64" * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+ShenandoahUncommit -XX:ShenandoahUncommitDelay=0 -XX:+UseLargePages * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify
< prev index next >