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

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DPending.java139 if (startCount != 0 || snapshot.curPending != 0) {
172 snapshot.curPending != 0) {
185 snapshot.curPending != 0) {
219 public int curPending; field in class:Pending.Snapshot
222 curPending = p;
226 " Current pending = " + curPending;

Completed in 29 milliseconds