--- old/test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java 2019-12-13 21:01:33.290727396 +0100 +++ new/test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java 2019-12-13 21:01:33.000872385 +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:+UseTLAB -XX:MinTLABSize=3k -XX:TLABRefillWasteFraction=96 jdk.jfr.event.gc.configuration.TestGCTLABConfigurationEvent + * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseTLAB -XX:MinTLABSize=3k -XX:TLABRefillWasteFraction=96 jdk.jfr.event.gc.configuration.TestGCTLABConfigurationEvent */ public class TestGCTLABConfigurationEvent { public static void main(String[] args) throws Exception {