< prev index next >

test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.java

Print this page
rev 57430 : [mq]: 8235907-fix-tests-using-paralleloldgc

*** 34,44 **** * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @requires os.family == "linux" | os.family == "windows" * @requires sun.arch.data.model == "64" * @library /test/lib /test/jdk ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseCompressedOops -Xmx4g jdk.jfr.event.gc.configuration.TestGCHeapConfigurationEventWithZeroBasedOops */ /* See the shell script wrapper for the flags used when invoking the JVM */ public class TestGCHeapConfigurationEventWithZeroBasedOops extends GCHeapConfigurationEventTester { public static void main(String[] args) throws Exception { --- 34,44 ---- * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @requires os.family == "linux" | os.family == "windows" * @requires sun.arch.data.model == "64" * @library /test/lib /test/jdk ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseCompressedOops -Xmx4g jdk.jfr.event.gc.configuration.TestGCHeapConfigurationEventWithZeroBasedOops */ /* See the shell script wrapper for the flags used when invoking the JVM */ public class TestGCHeapConfigurationEventWithZeroBasedOops extends GCHeapConfigurationEventTester { public static void main(String[] args) throws Exception {
< prev index next >