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

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DMemoryPoolMXBean.java546 public long getCollectionUsageThreshold(); method in interface:MemoryPoolMXBean
/openjdk7/jdk/test/java/lang/management/MemoryPoolMXBean/
H A DThresholdTest.java120 long threshold = p.getCollectionUsageThreshold();
150 " threshold(" + p.getCollectionUsageThreshold() +
158 " threshold(" + p.getCollectionUsageThreshold() +
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryPoolStat.java87 public long getCollectionUsageThreshold() { method in class:MemoryPoolStat
H A DMemoryPoolProxy.java77 ? pool.getCollectionUsageThreshold()
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyExceptions.java77 proxy.getCollectionUsageThreshold();
85 "when calling getCollectionUsageThreshold on " +
97 "when calling getCollectionUsageThreshold on " +
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryPoolImpl.java200 public synchronized long getCollectionUsageThreshold() { method in class:MemoryPoolImpl
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemPoolEntryImpl.java347 final long val = pool.getCollectionUsageThreshold();

Completed in 36 milliseconds