test/hotspot/jtreg/runtime/cds/appcds/TestWithProfiler.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    29  *          enabled, and keep calling a method in the archive in a tight loop.
    29  *          enabled, and keep calling a method in the archive in a tight loop.
    30  *          This is to test the safe handling of trampoline functions by the
    30  *          This is to test the safe handling of trampoline functions by the
    31  *          profiler.
    31  *          profiler.
    32  * @requires vm.hasJFR & vm.cds
    32  * @requires vm.hasJFR & vm.cds
    33  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    33  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    34  * @modules java.base/jdk.internal.misc
    34  * @modules jdk.jartool/sun.tools.jar
    35  *          java.management
       
    36  *          jdk.jartool/sun.tools.jar
       
    37  * @compile test-classes/MyThread.java
    35  * @compile test-classes/MyThread.java
    38  * @compile test-classes/TestWithProfilerHelper.java
    36  * @compile test-classes/TestWithProfilerHelper.java
    39  * @run driver TestWithProfiler
    37  * @run driver TestWithProfiler
    40  */
    38  */
    41 
    39