< prev index next >

test/hotspot/jtreg/runtime/cds/dynamicArchive/DynamicLotsOfClasses.java

Print this page

        

*** 33,43 **** /* * @test * @summary Try to archive lots of classes by searching for classes from the jrt:/ file system. With JDK 12 * this will produce an archive with over 30,000 classes. * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/dynamicArchive/test-classes * @build LoadClasses * @build sun.hotspot.WhiteBox * @modules jdk.jartool/sun.tools.jar * @run driver ClassFileInstaller -jar loadclasses.jar LoadClasses * @run driver ClassFileInstaller -jar whitebox.jar sun.hotspot.WhiteBox --- 33,43 ---- /* * @test * @summary Try to archive lots of classes by searching for classes from the jrt:/ file system. With JDK 12 * this will produce an archive with over 30,000 classes. * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/dynamicArchive/test-classes * @build LoadClasses * @build sun.hotspot.WhiteBox * @modules jdk.jartool/sun.tools.jar * @run driver ClassFileInstaller -jar loadclasses.jar LoadClasses * @run driver ClassFileInstaller -jar whitebox.jar sun.hotspot.WhiteBox
< prev index next >