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

/openjdk9/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++) {
/openjdk9/jdk/test/java/io/Serializable/writeReplace/
H A DWriteReplace.java50 final int nobjs = 10;
54 ReplaceMe[] objs = new ReplaceMe[nobjs];
55 for (int i = 0; i < nobjs; i++) {
62 for (int j = 0; j < nobjs; j++) {
74 for (int j = 0; j < nobjs; j++) {

Completed in 50 milliseconds