< prev index next >

test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java

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

*** 34,47 **** import jdk.jfr.consumer.RecordingFile; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! /* * @test * @key jfr * @summary Verifies that data associated with a running recording can be evacuated to an hs_err_pidXXX.jfr when the VM crashes * * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jfr --- 34,48 ---- import jdk.jfr.consumer.RecordingFile; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! /** * @test * @key jfr * @summary Verifies that data associated with a running recording can be evacuated to an hs_err_pidXXX.jfr when the VM crashes + * @requires vm.hasJFR * * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jfr
< prev index next >