Searched defs:gcThreshold (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/management/ |
| H A D | ManagementFactory.java | 41 (String name, boolean isHeap, long uThreshold, long gcThreshold) { 42 return new MemoryPoolImpl(name, isHeap, uThreshold, gcThreshold); 40 createMemoryPool(String name, boolean isHeap, long uThreshold, long gcThreshold) argument
|
| H A D | MemoryPoolImpl.java | 64 long gcThreshold) { 70 this.collectionThreshold = gcThreshold; 72 this.collectionThresholdSupported = (gcThreshold >= 0); 63 MemoryPoolImpl(String name, boolean isHeap, long usageThreshold, long gcThreshold) argument
|
Completed in 57 milliseconds