test/hotspot/jtreg/runtime/cds/appcds/ProtectionDomain.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary AppCDS handling of protection domain.
    27  * @summary AppCDS handling of protection domain.
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @library /test/lib
    29  * @library /test/lib
    30  * @modules java.base/jdk.internal.misc
    30  * @modules jdk.jartool/sun.tools.jar
    31  *          java.management
       
    32  *          jdk.jartool/sun.tools.jar
       
    33  * @compile test-classes/ProtDomain.java
    31  * @compile test-classes/ProtDomain.java
    34  * @compile test-classes/ProtDomainB.java
    32  * @compile test-classes/ProtDomainB.java
    35  * @compile test-classes/JimageClassProtDomain.java
    33  * @compile test-classes/JimageClassProtDomain.java
    36  * @run driver ProtectionDomain
    34  * @run driver ProtectionDomain
    37  */
    35  */