hotspot/test/runtime/logging/ExceptionsTest.java
changeset 40631 ed82623d7831
parent 37297 d65d53a0ecc7
child 41705 332239c052cc
--- a/hotspot/test/runtime/logging/ExceptionsTest.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/logging/ExceptionsTest.java	Fri Aug 19 10:06:30 2016 -0400
@@ -25,17 +25,16 @@
  * @test
  * @bug 8141211 8147477
  * @summary exceptions=info output should have an exception message for interpreter methods
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools
  * @run driver ExceptionsTest
  */
 
 import java.io.File;
 import java.util.Map;
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class ExceptionsTest {
     static void updateEnvironment(ProcessBuilder pb, String environmentVariable, String value) {