< prev index next >

test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java

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

*** 20,37 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /* * @test * @bug 8145221 * @summary After creating an AppCDS archive, run the test with the JFR profiler * enabled, and keep calling a method in the archive in a tight loop. * This is to test the safe handling of trampoline functions by the * profiler. ! * @requires vm.cds * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @compile test-classes/MyThread.java --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /** * @test * @bug 8145221 * @summary After creating an AppCDS archive, run the test with the JFR profiler * enabled, and keep calling a method in the archive in a tight loop. * This is to test the safe handling of trampoline functions by the * profiler. ! * @requires vm.hasJFR & vm.cds * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @compile test-classes/MyThread.java
< prev index next >