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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java137 this.gcName = GarbageCollectionNotifInfoCompositeData.getGcName(cd);
149 public String getGcName() { method in class:GarbageCollectionNotificationInfo
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java114 gcNotifInfo.getGcName(),
146 public static String getGcName(CompositeData cd) { method in class:GarbageCollectionNotifInfoCompositeData
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java129 System.out.println("GC notification for "+notif.getGcName());

Completed in 30 milliseconds