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

/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryPoolImpl.java50 private final boolean collectionThresholdSupported; field in class:MemoryPoolImpl
72 this.collectionThresholdSupported = (gcThreshold >= 0);
270 return collectionThresholdSupported;

Completed in 29 milliseconds