< prev index next >

test/jdk/jdk/jfr/api/recording/misc/TestGetId.java

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

*** 29,42 **** import java.util.Map; import jdk.jfr.Recording; import jdk.test.lib.Asserts; ! /* * @test * @summary Verify that each recording get unique a id * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.api.recording.misc.TestGetId */ public class TestGetId { --- 29,43 ---- import java.util.Map; import jdk.jfr.Recording; import jdk.test.lib.Asserts; ! /** * @test * @summary Verify that each recording get unique a id * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.api.recording.misc.TestGetId */ public class TestGetId {
< prev index next >