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

/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryPoolImpl.java56 private long collectionThreshold; field in class:MemoryPoolImpl
70 this.collectionThreshold = gcThreshold;
206 return collectionThreshold;
235 setCollectionThreshold0(collectionThreshold, newThreshold);
236 this.collectionThreshold = newThreshold;
247 if (collectionThreshold == 0) {
253 (u != null && u.getUsed() >= collectionThreshold));

Completed in 43 milliseconds