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

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DMemoryPoolMXBean.java320 * In addition, the {@link #getCollectionUsageThresholdCount
611 public long getCollectionUsageThresholdCount(); method in interface:MemoryPoolMXBean
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java234 long count = pr.getPool().getCollectionUsageThresholdCount();
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryPoolImpl.java256 public long getCollectionUsageThresholdCount() { method in class:MemoryPoolImpl
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemPoolEntryImpl.java401 final long val = pool.getCollectionUsageThresholdCount();

Completed in 33 milliseconds