Searched defs:nhits (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DMultiBreakpointsTest.java72 int nhits;
80 nStr = System.getProperty("nhits");
82 throw new RuntimeException("nhits = null in debuggee");
84 nhits = Integer.parseInt(nStr);
86 System.out.println("Debuggee: nthreads = " + nthreads + ", nhits = " + nhits);
88 MultiBreakpointsTarg ptr = new MultiBreakpointsTarg(nthreads, nhits);
131 void console(final int num, final int nhits) { argument
145 for( int i = 0; i < nhits; i++ ) {
206 static int nhits; field in class:MultiBreakpointsTest
[all...]

Completed in 228 milliseconds