test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/BootAppendTests.java
changeset 48397 ead47ddf5844
parent 48138 78b2ecdd3c4b
child 48469 7312ae4465d6
equal deleted inserted replaced
48396:3c9975e46464 48397:ead47ddf5844
    23  */
    23  */
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @summary AppCDS tests for testing -Xbootclasspath/a
    27  * @summary AppCDS tests for testing -Xbootclasspath/a
    28  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
    28  * @requires ((vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)) & !vm.graal.enabled
    29  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management
    31  *          java.management
    32  *          jdk.jartool/sun.tools.jar
    32  *          jdk.jartool/sun.tools.jar
    33  *          jdk.internal.jvmstat/sun.jvmstat.monitor
    33  *          jdk.internal.jvmstat/sun.jvmstat.monitor