< prev index next >

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

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

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