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

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemGCEntryImpl.java47 public class JvmMemGCEntryImpl implements JvmMemGCEntryMBean { class in inherits:JvmMemGCEntryMBean
63 public JvmMemGCEntryImpl(GarbageCollectorMXBean gcm, int index) { method in class:JvmMemGCEntryImpl
H A DJvmMemGCTableMetaImpl.java338 new JvmMemGCEntryImpl((GarbageCollectorMXBean)data,(int)index);
342 // optimized this by making JvmMemGCEntryImpl extend
344 // JvmMemManagerTableMetaImpl creates an instance of JvmMemGCEntryImpl

Completed in 30 milliseconds