< prev index next >

test/hotspot/jtreg/runtime/cds/javaldr/AnonVmClassesDuringDump.java

Print this page

        

*** 27,37 **** * @summary When dumping the CDS archive, try to load VM anonymous classes to make sure they * are handled properly. Note: these are not "anonymous inner classes" in the Java source code, * but rather classes that are not recorded in any ClassLoaderData::dictionary(), * such as classes that are generated for Lambda expressions. * See https://blogs.oracle.com/jrose/anonymous-classes-in-the-vm. ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/test-classes * @requires vm.cds * @requires vm.flavor != "minimal" * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * java.management --- 27,37 ---- * @summary When dumping the CDS archive, try to load VM anonymous classes to make sure they * are handled properly. Note: these are not "anonymous inner classes" in the Java source code, * but rather classes that are not recorded in any ClassLoaderData::dictionary(), * such as classes that are generated for Lambda expressions. * See https://blogs.oracle.com/jrose/anonymous-classes-in-the-vm. ! * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/test-classes * @requires vm.cds * @requires vm.flavor != "minimal" * @modules java.base/jdk.internal.misc * jdk.jartool/sun.tools.jar * java.management
< prev index next >