test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTest.java
changeset 48469 7312ae4465d6
parent 48383 d6388b652504
child 48791 6e079ff6c83c
equal deleted inserted replaced
48468:7cc7de9bf4a4 48469:7312ae4465d6
    23  */
    23  */
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary test the ability to archive array classes and load them from the archive
    27  * @summary test the ability to archive array classes and load them from the archive
    28  * AppCDS does not support uncompressed oops
    28  * @requires vm.cds
    29  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
       
    30  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    31  * @modules jdk.jartool/sun.tools.jar
    30  * @modules jdk.jartool/sun.tools.jar
    32  * @compile ArrayTestHelper.java
    31  * @compile ArrayTestHelper.java
    33  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox