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

/openjdk7/jdk/test/com/sun/jdi/
H A DBreakpointTest.java85 static int maxBkpts = 50; field in class:BreakpointTest
106 // test _should_ fail well before maxBkpts bkpts.
107 if (bkptCount++ < maxBkpts) {
150 while (!vmDisconnected && bkptCount < maxBkpts) {
H A DSuspendThreadTest.java80 static int maxBkpts = 200; field in class:SuspendThreadTest
101 // test _should_ fail well before maxBkpts bkpts.
102 if (bkptCount++ < maxBkpts) {
143 while (bkptCount < maxBkpts) {

Completed in 38 milliseconds