test/hotspot/jtreg/runtime/cds/appcds/MoveJDKTest.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 that CDS still works when the JDK is moved to a new directory
    27  * @summary Test that CDS still works when the JDK is moved to a new directory
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @requires os.family == "linux"
    29  * @requires os.family == "linux"
    30  * @library /test/lib
    30  * @library /test/lib
    31  * @modules java.base/jdk.internal.misc
    31  * @modules jdk.jartool/sun.tools.jar
    32  *          java.management
       
    33  *          jdk.jartool/sun.tools.jar
       
    34  * @compile test-classes/Hello.java
    32  * @compile test-classes/Hello.java
    35  * @run driver MoveJDKTest
    33  * @run driver MoveJDKTest
    36  */
    34  */
    37 
    35 
    38 // This test works only on Linux because it depends on symlinks and the name of the hotspot DLL (libjvm.so).
    36 // This test works only on Linux because it depends on symlinks and the name of the hotspot DLL (libjvm.so).