< prev index next >

test/hotspot/jtreg/runtime/cds/dynamicArchive/UnusedCPDuringDump.java

Print this page

        

@@ -26,11 +26,11 @@
  * @test
  * @summary non-empty dir in -cp should be fine during dump time if only classes
  *          from the system modules are being loaded even though some are
  *          defined to the PlatformClassLoader and AppClassLoader.
  * @requires vm.cds
- * @library /test/lib /test/hotspot/jtreg/runtime/appcds
+ * @library /test/lib /test/hotspot/jtreg/runtime/cds
  * @modules jdk.jartool/sun.tools.jar
  * @compile ../test-classes/Hello.java
  * @run main/othervm -Dtest.cds.copy.child.stdout=false UnusedCPDuringDump
  */
 
< prev index next >