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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java139 this.gcCause = GarbageCollectionNotifInfoCompositeData.getGcCause(cd);
167 public String getGcCause() { method in class:GarbageCollectionNotificationInfo
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java116 gcNotifInfo.getGcCause(),
164 public static String getGcCause(CompositeData cd) { method in class:GarbageCollectionNotifInfoCompositeData
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java131 System.out.println(" Cause: "+notif.getGcCause());

Completed in 45 milliseconds