< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

*** 39,51 **** import jdk.jfr.consumer.RecordedObject; import jdk.jfr.consumer.RecordingFile; import jdk.jfr.internal.test.WhiteBox; import jdk.test.lib.jfr.EventNames; ! /* * @test * @summary Start a recording with or without path-to-gc-roots * @modules jdk.jfr/jdk.jfr.internal.test * @library /test/lib /test/jdk * @key jfr * * @run main/othervm -XX:TLABSize=2k jdk.jfr.jcmd.TestJcmdDumpPathToGCRoots --- 39,52 ---- import jdk.jfr.consumer.RecordedObject; import jdk.jfr.consumer.RecordingFile; import jdk.jfr.internal.test.WhiteBox; import jdk.test.lib.jfr.EventNames; ! /** * @test * @summary Start a recording with or without path-to-gc-roots + * @requires vm.hasJFR * @modules jdk.jfr/jdk.jfr.internal.test * @library /test/lib /test/jdk * @key jfr * * @run main/othervm -XX:TLABSize=2k jdk.jfr.jcmd.TestJcmdDumpPathToGCRoots
< prev index next >