hotspot/test/serviceability/attach/AttachSetGetFlag.java
changeset 40631 ed82623d7831
parent 36851 03e2f4d0a421
child 43467 f91da24c6bca
--- a/hotspot/test/serviceability/attach/AttachSetGetFlag.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/serviceability/attach/AttachSetGetFlag.java	Fri Aug 19 10:06:30 2016 -0400
@@ -25,13 +25,12 @@
  * @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
  */
 
@@ -47,7 +46,7 @@
 
 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 {