< prev index next >

test/hotspot/jtreg/gc/shenandoah/compiler/TestClone.java

Print this page
rev 59879 : [mq]: 8249000

*** 22,32 **** */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:+UseShenandoahGC * TestClone * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g --- 22,32 ---- */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:+UseShenandoahGC * TestClone * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g
*** 48,58 **** */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify * TestClone --- 48,58 ---- */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify * TestClone
*** 79,89 **** */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestClone * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g --- 79,89 ---- */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestClone * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g
*** 105,115 **** */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:-UseCompressedOops * -XX:+UseShenandoahGC * TestClone --- 105,116 ---- */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah ! * @requires vm.bits == "64" * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:-UseCompressedOops * -XX:+UseShenandoahGC * TestClone
*** 136,146 **** */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:-UseCompressedOops * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify --- 137,148 ---- */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah ! * @requires vm.bits == "64" * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:-UseCompressedOops * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify
*** 172,182 **** */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:-UseCompressedOops * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestClone --- 174,185 ---- */ /* * @test TestClone * @summary Test clone barriers work correctly ! * @requires vm.gc.Shenandoah ! * @requires vm.bits == "64" * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xms1g -Xmx1g * -XX:-UseCompressedOops * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestClone
< prev index next >