< prev index next >

test/hotspot/jtreg/runtime/cds/LotsOfClasses.java

Print this page

        

*** 31,41 **** /* * @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 * @run driver/timeout=500 LotsOfClasses */ public class LotsOfClasses { --- 31,41 ---- /* * @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 * @run driver/timeout=500 LotsOfClasses */ public class LotsOfClasses {
< prev index next >