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

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemGCEntryImpl.java58 protected final GarbageCollectorMXBean gcm; field in class:JvmMemGCEntryImpl
63 public JvmMemGCEntryImpl(GarbageCollectorMXBean gcm, int index) { argument
64 this.gcm=gcm;
73 return new Long(gcm.getCollectionTime());
81 return new Long(gcm.getCollectionCount());

Completed in 38 milliseconds