< prev index next >

test/hotspot/jtreg/runtime/cds/jvmti/InstrumentationTest.java

Print this page

        

@@ -24,22 +24,22 @@
 
 /*
  * @test
  * @summary Exercise the java.lang.instrument.Instrumentation APIs on classes archived
  *          using CDS/AppCDSv1/AppCDSv2.
- * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/test-classes
+ * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/test-classes
  * @requires vm.cds
  * @requires vm.flavor != "minimal"
  * @build sun.hotspot.WhiteBox
  *        InstrumentationApp
  *        InstrumentationClassFileTransformer
  *        InstrumentationRegisterClassFileTransformer
  * @run main/othervm InstrumentationTest
  */
 
-// Note: TestCommon is from /test/hotspot/jtreg/runtime/appcds/TestCommon.java
-// Note: Util       is from /test/hotspot/jtreg/runtime/appcds/test-classes/TestCommon.java
+// Note: TestCommon is from /test/hotspot/jtreg/runtime/cds/TestCommon.java
+// Note: Util       is from /test/hotspot/jtreg/runtime/cds/test-classes/TestCommon.java
 
 import com.sun.tools.attach.VirtualMachine;
 import java.io.File;
 import java.io.FileInputStream;
 import java.util.Scanner;
< prev index next >