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

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { argument
72 Node[] objs = new Node[nobjs];
73 for (int i = 0; i < nobjs; i++)
85 int nobjs = objs.length;
88 for (int j = 0; j < nobjs; j++) {
92 for (int j = 0; j < nobjs; j++) {

Completed in 28 milliseconds