test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/JITInteraction.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    26  * @test
    26  * @test
    27  * @summary Test interaction with JIT threads during vm exit.
    27  * @summary Test interaction with JIT threads during vm exit.
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/test-classes
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/test-classes
    30  * @build TestJIT
    30  * @build TestJIT
    31  * @modules jdk.jartool/sun.tools.jar
       
    32  * @build sun.hotspot.WhiteBox
    31  * @build sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller -jar testjit.jar TestJIT
    33  * @run driver ClassFileInstaller -jar testjit.jar TestJIT
    35  * @run driver JITInteraction
    34  * @run driver JITInteraction
    36  */
    35  */