Searched defs:gcInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java93 private final GcInfo gcInfo; field in class:GarbageCollectionNotificationInfo
112 * @param gcInfo a GcInfo object providing statistics about the GC cycle
117 GcInfo gcInfo) {
130 this.gcInfo = gcInfo;
140 this.gcInfo = GarbageCollectionNotifInfoCompositeData.getGcInfo(cd);
178 return gcInfo;
205 * <td>gcInfo</td>
114 GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectorImpl.java130 GcInfo gcInfo) {
145 gcInfo);
126 createGCNotification(long timestamp, String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument

Completed in 36 milliseconds