< prev index next >

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

Print this page

        

@@ -24,11 +24,11 @@
 
 /*
  * @test
  * @summary A few edge cases where there's no class to be included in the dynamic archive.
  * @requires vm.cds
- * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/dynamicArchive/test-classes
+ * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/dynamicArchive/test-classes
  * @build StrConcatApp
  * @run driver ClassFileInstaller -jar strConcatApp.jar StrConcatApp
  * @run driver NoClassToArchive
  */
 
< prev index next >