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

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DPending.java42 final static int REF_COUNT = 600; field in class:Pending
43 final static int TOTAL_FINALIZABLE = (NO_REF_COUNT + REF_COUNT);
108 Object[] objs = new Object[REF_COUNT];
109 for (int i = 0; i < REF_COUNT; i++) {

Completed in 29 milliseconds