< prev index next >

test/serviceability/attach/AttachSetGetFlag.java

Print this page

        

@@ -23,17 +23,16 @@
 
 /*
  * @test
  * @bug 8054823
  * @summary Tests the setFlag and printFlag attach command
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.compiler
  *          java.management
  *          jdk.attach/sun.tools.attach
  *          jdk.jvmstat/sun.jvmstat.monitor
- * @build jdk.test.lib.* AttachSetGetFlag
  * @run main AttachSetGetFlag
  */
 
 import java.io.BufferedReader;
 import java.io.InputStreamReader;

@@ -45,11 +44,11 @@
 
 import sun.tools.attach.HotSpotVirtualMachine;
 
 import jdk.test.lib.Asserts;
 import jdk.test.lib.Platform;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 import com.sun.tools.attach.VirtualMachine;
 
 public class AttachSetGetFlag {
 
   public static void main(String... args) throws Exception {
< prev index next >