< prev index next >

test/hotspot/jtreg/runtime/cds/jigsaw/classpathtests/EmptyClassInBootClassPath.java

Print this page

        

*** 28,38 **** * 1) boot loader will always load the class from the bootclasspath * 2) app loader will load the class from the jimage by default; * app loader will load the class from the bootclasspath if the * "--limit-modules java.base" option is specified * @requires vm.cds & !vm.graal.enabled ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.access * java.management * jdk.jartool/sun.tools.jar * jdk.internal.jvmstat/sun.jvmstat.monitor * @compile ../../test-classes/EmptyClassHelper.java --- 28,38 ---- * 1) boot loader will always load the class from the bootclasspath * 2) app loader will load the class from the jimage by default; * app loader will load the class from the bootclasspath if the * "--limit-modules java.base" option is specified * @requires vm.cds & !vm.graal.enabled ! * @library /test/lib /test/hotspot/jtreg/runtime/cds * @modules java.base/jdk.internal.access * java.management * jdk.jartool/sun.tools.jar * jdk.internal.jvmstat/sun.jvmstat.monitor * @compile ../../test-classes/EmptyClassHelper.java
< prev index next >