< prev index next >

test/runtime/LocalVariableTable/TestLVT.java

Print this page

        

*** 30,40 **** * java.management * @compile -g -XDignore.symbol.file TestLVT.java * @run main TestLVT */ ! import com.oracle.java.testlibrary.*; import java.util.*; public class TestLVT { public static void main(String[] args) throws Exception { test(); // Test good LVT in this test --- 30,40 ---- * java.management * @compile -g -XDignore.symbol.file TestLVT.java * @run main TestLVT */ ! import jdk.test.lib.*; import java.util.*; public class TestLVT { public static void main(String[] args) throws Exception { test(); // Test good LVT in this test
< prev index next >