< prev index next >

test/jdk/jdk/jfr/cmd/TestReconstruct.java

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

*** 39,52 **** import jdk.jfr.internal.Repository; import jdk.jfr.internal.SecuritySupport.SafePath; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary Test jfr reconstruct * @key jfr * @library /test/lib /test/jdk * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.cmd.TestReconstruct */ public class TestReconstruct { --- 39,53 ---- import jdk.jfr.internal.Repository; import jdk.jfr.internal.SecuritySupport.SafePath; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test * @summary Test jfr reconstruct * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.cmd.TestReconstruct */ public class TestReconstruct {
< prev index next >