--- old/test/jdk/jdk/jfr/event/gc/configuration/TestGCSurvivorConfigurationEvent.java 2019-12-13 21:01:32.660042873 +0100 +++ new/test/jdk/jdk/jfr/event/gc/configuration/TestGCSurvivorConfigurationEvent.java 2019-12-13 21:01:32.363191362 +0100 @@ -41,7 +41,7 @@ * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk - * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:MaxTenuringThreshold=13 -XX:InitialTenuringThreshold=9 jdk.jfr.event.gc.configuration.TestGCSurvivorConfigurationEvent + * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:MaxTenuringThreshold=13 -XX:InitialTenuringThreshold=9 jdk.jfr.event.gc.configuration.TestGCSurvivorConfigurationEvent */ public class TestGCSurvivorConfigurationEvent { public static void main(String[] args) throws Exception {