< prev index next >

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

Print this page

        

@@ -26,11 +26,11 @@
  * @test
  * @summary Test with a jar file which contains only the main class but not the dependent class.
  *          The main class should be archived. During run time, the main class
  *          should be loaded from the 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
  * @build MissingDependent
  * @run driver ClassFileInstaller -jar missingDependent.jar MissingDependent
  * @run driver ClassResolutionFailure
  */
< prev index next >