< prev index next >

test/jdk/jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java

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

*** 41,53 **** import java.util.Map; import static java.util.stream.Collectors.averagingLong; import static java.util.stream.Collectors.groupingBy; ! /* * @test * @key jfr * @library /test/lib * * @run main/othervm jdk.jfr.event.runtime.TestNetworkUtilizationEvent */ public class TestNetworkUtilizationEvent { --- 41,54 ---- import java.util.Map; import static java.util.stream.Collectors.averagingLong; import static java.util.stream.Collectors.groupingBy; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * * @run main/othervm jdk.jfr.event.runtime.TestNetworkUtilizationEvent */ public class TestNetworkUtilizationEvent {
< prev index next >