< prev index next >

test/runtime/LocalVariableTable/TestLVT.java

Print this page

        

@@ -23,18 +23,19 @@
 
 /*
  * @test
  * @bug 8049632
  * @summary Test ClassFileParser::copy_localvariable_table cases
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @compile -g -XDignore.symbol.file TestLVT.java
  * @run main TestLVT
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 import java.util.*;
 
 public class TestLVT {
     public static void main(String[] args) throws Exception {
         test();  // Test good LVT in this test
< prev index next >