test/hotspot/jtreg/runtime/cds/appcds/JvmtiAddPath.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    26  * @test
    26  * @test
    27  * @summary JvmtiEnv::AddToBootstrapClassLoaderSearch and JvmtiEnv::AddToSystemClassLoaderSearch should disable AppCDS
    27  * @summary JvmtiEnv::AddToBootstrapClassLoaderSearch and JvmtiEnv::AddToSystemClassLoaderSearch should disable AppCDS
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @bug 8060592
    29  * @bug 8060592
    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  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  * @compile test-classes/Hello.java
    34  * @compile test-classes/Hello.java
    37  * @compile test-classes/JvmtiApp.java
    35  * @compile test-classes/JvmtiApp.java
    38  * @run driver JvmtiAddPath
    36  * @run driver JvmtiAddPath