test/jdk/com/sun/tools/attach/BasicTests.java
changeset 51541 69ee8894f5fa
parent 47216 71c04702a3d5
child 51675 b487c1e914d0
--- a/test/jdk/com/sun/tools/attach/BasicTests.java	Mon Aug 27 17:01:15 2018 -0700
+++ b/test/jdk/com/sun/tools/attach/BasicTests.java	Mon Aug 27 21:50:52 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -28,8 +28,8 @@
 import java.util.List;
 import java.util.Properties;
 
+import jdk.test.lib.thread.ProcessThread;
 import jdk.testlibrary.OutputAnalyzer;
-import jdk.testlibrary.ProcessThread;
 import jdk.testlibrary.ProcessTools;
 
 import com.sun.tools.attach.AgentInitializationException;
@@ -45,6 +45,7 @@
  * a number of basic attach tests.
  *
  * @library /lib/testlibrary
+ * @library /test/lib
  * @modules java.instrument
  *          jdk.attach
  *          jdk.jartool/sun.tools.jar