hotspot/test/runtime/logging/VerificationTest.java
changeset 40631 ed82623d7831
parent 37298 8df0cc9da41e
child 41705 332239c052cc
--- a/hotspot/test/runtime/logging/VerificationTest.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/logging/VerificationTest.java	Fri Aug 19 10:06:30 2016 -0400
@@ -25,15 +25,14 @@
  * @test
  * @bug 8150083
  * @summary verification=info output should have output from the code
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools
  * @run driver VerificationTest
  */
 
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class VerificationTest {
     static void analyzeOutputOn(ProcessBuilder pb) throws Exception {