< prev index next >

test/runtime/EnclosingMethodAttr/EnclMethodAttr.java

Print this page

        

@@ -22,19 +22,20 @@
  */
 
 /*
  * @test
  * @bug 8044738
- * @library /testlibrary
+ * @library /test/lib
  * @summary Check attribute_length of EnclosingMethod attribute
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run main EnclMethodAttr
  */
 
 import java.io.File;
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 public class EnclMethodAttr {
 
     static final String testsrc = System.getProperty("test.src");
 
< prev index next >