< prev index next >

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

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

*** 27,40 **** import sun.hotspot.WhiteBox; import java.util.Objects; import jdk.test.lib.Platform; ! /* * @test * @bug 8153324 * @summary Verify instrumented Throwable bytecode by compiling it with C1. * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @requires vm.compMode!="Xint" * @build sun.hotspot.WhiteBox --- 27,41 ---- import sun.hotspot.WhiteBox; import java.util.Objects; import jdk.test.lib.Platform; ! /** * @test * @bug 8153324 * @summary Verify instrumented Throwable bytecode by compiling it with C1. + * @requires vm.hasJFR * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @requires vm.compMode!="Xint" * @build sun.hotspot.WhiteBox
< prev index next >