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

/openjdk9/hotspot/test/gc/stress/
H A DTestMultiThreadStressRSet.java77 private final List<Object> STORAGE; field in class:TestMultiThreadStressRSet
93 // within STORAGE. All the BUFFER elements refer to only STORAGE objects
117 * Initiates test parameters, fills out the STORAGE and BUFFER.
122 STORAGE = new ArrayList<>(N);
125 STORAGE.add(new byte[bytes]);
127 STORAGE.add(new byte[REGION_SIZE / 2 + 100]); // humongous
217 return STORAGE.get(index);
231 * Thread to create a number of references from BUFFER to STORAGE.
266 * Periodically shifts the current STORAGE windo
[all...]
/openjdk9/hotspot/test/gc/g1/ihop/
H A DTestIHOPStatic.java170 public final static ArrayList<Object> STORAGE = new ArrayList<>(); field in class:TestIHOPStatic.AppIHOP
194 STORAGE.add(new byte[CHUNK_SIZE]);

Completed in 38 milliseconds