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

/openjdk7/jdk/test/com/sun/jdi/
H A DSuspendThreadTest.java81 int bkptCount; field in class:SuspendThreadTest
88 System.out.println("Got BreakpointEvent: " + bkptCount +
99 // The main thread watchs the bkptCount to
102 if (bkptCount++ < maxBkpts) {
143 while (bkptCount < maxBkpts) {
144 prevBkptCount = bkptCount;
151 if (prevBkptCount == bkptCount) {
155 prevBkptCount = bkptCount;
H A DBreakpointTest.java86 int bkptCount; field in class:BreakpointTest
93 System.out.println("Got BreakpointEvent: " + bkptCount +
104 // The main thread watchs the bkptCount to
107 if (bkptCount++ < maxBkpts) {
150 while (!vmDisconnected && bkptCount < maxBkpts) {

Completed in 3070 milliseconds