< prev index next >

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

Print this page

        

@@ -27,11 +27,11 @@
  * @summary Hello World test for dynamic archive with custom loader.
  *          Attempt will be made to unload the custom loader during
  *          dump time and run time. The custom loader will be unloaded
  *          during dump time.
  * @requires vm.cds
- * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/customLoader/test-classes /runtime/testlibrary
+ * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/customLoader/test-classes /runtime/testlibrary
  * @build HelloUnload CustomLoadee ClassUnloadCommon
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller -jar hello.jar HelloUnload ClassUnloadCommon ClassUnloadCommon$1 ClassUnloadCommon$TestFailure
  * @run driver ClassFileInstaller -jar hello_custom.jar CustomLoadee
  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
< prev index next >