Searched refs:NoLocInfoTarg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DNoLocInfoTest.java66 class NoLocInfoTarg extends AbstractNoLocInfoTarg { class in inherits:AbstractNoLocInfoTarg
71 System.out.println("A number is: " + new NoLocInfoTarg().instanceMeth());
164 startToMain("NoLocInfoTarg");
174 checkEmptyLineNumberTable("NoLocInfoTarg", "staticNativeMeth");
175 checkEmptyLineNumberTable("NoLocInfoTarg", "instanceNativeMeth");
182 checkLineNumberTable("NoLocInfoTarg", "<init>"); // default constructor
183 checkLineNumberTable("NoLocInfoTarg", "main");
184 checkLineNumberTable("NoLocInfoTarg", "instanceMeth");
185 checkLineNumberTable("NoLocInfoTarg", "instanceMeth1"); // inherited
186 checkLineNumberTable("NoLocInfoTarg", "voidInstanceMet
[all...]

Completed in 95 milliseconds