< prev index next >

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

Print this page

        

*** 24,39 **** /* * @test * @summary Ensure that classes found in jimage takes precedence over classes found in -Xbootclasspath/a. * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.compiler * jdk.jartool/sun.tools.jar * @compile ../../test-classes/DummyClassHelper.java * @compile ../../test-classes/java/net/HttpCookie.jasm ! * @compile ../../../SharedArchiveFile/javax/annotation/processing/FilerException.jasm * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver DummyClassesInBootClassPath */ --- 24,39 ---- /* * @test * @summary Ensure that classes found in jimage takes precedence over classes found in -Xbootclasspath/a. * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/cds * @modules java.compiler * jdk.jartool/sun.tools.jar * @compile ../../test-classes/DummyClassHelper.java * @compile ../../test-classes/java/net/HttpCookie.jasm ! * @compile ../../../cds/javax/annotation/processing/FilerException.jasm * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver DummyClassesInBootClassPath */
< prev index next >