< prev index next >

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

Print this page

        

@@ -24,16 +24,16 @@
 
 /*
  * @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
+ * @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 ../../../SharedArchiveFile/javax/annotation/processing/FilerException.jasm
+ * @compile ../../../cds/javax/annotation/processing/FilerException.jasm
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  * @run driver DummyClassesInBootClassPath
  */
 
< prev index next >