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

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DPending.java43 final static int TOTAL_FINALIZABLE = (NO_REF_COUNT + REF_COUNT); field in class:Pending
127 checkFinalizerCount(TOTAL_FINALIZABLE, NO_REF_COUNT);
133 if (snapshot.curFinalized != TOTAL_FINALIZABLE) {
136 + TOTAL_FINALIZABLE);

Completed in 29 milliseconds