< prev index next >

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

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

@@ -39,11 +39,11 @@
  * @test
  * @key jfr
  * @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 {
         Recording recording = new Recording();
         recording.enable(EventNames.GCSurvivorConfiguration);
< prev index next >