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

/openjdk7/jdk/test/com/sun/jdi/
H A DLineNumberOnBraceTest.java22 public final static int stopLine2 = 34; // THIS MUST BE THE LINE NUMBER OF THE // stopline2 LINE field in class:LineNumberOnBraceTarg
34 if (b1) { // stopLine2
40 System.out.println("Goodbye from LineNumberOnBraceTarg!"); // stopLine2 + 6
99 System.out.println("Resuming to " + LineNumberOnBraceTarg.stopLine2);
100 resumeTo("LineNumberOnBraceTarg", LineNumberOnBraceTarg.stopLine2);
101 System.out.println("Stopped at " + LineNumberOnBraceTarg.stopLine2);
105 if (ln == LineNumberOnBraceTarg.stopLine2 + 1) {
107 (LineNumberOnBraceTarg.stopLine2 + 1));

Completed in 28 milliseconds