< prev index next >

test/jdk/jdk/jfr/jvm/TestLogImplementation.java

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

*** 28,40 **** import jdk.jfr.internal.JVM; import jdk.jfr.internal.Logger; import jdk.jfr.internal.LogTag; import jdk.jfr.internal.LogLevel; ! /* * @test TestLogImplementation * @key jfr * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jvm.TestLogImplementation */ public class TestLogImplementation { --- 28,41 ---- import jdk.jfr.internal.JVM; import jdk.jfr.internal.Logger; import jdk.jfr.internal.LogTag; import jdk.jfr.internal.LogLevel; ! /** * @test TestLogImplementation * @key jfr + * @requires vm.hasJFR * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jvm.TestLogImplementation */ public class TestLogImplementation {
< prev index next >