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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java90 private final String gcName; field in class:GarbageCollectionNotificationInfo
109 * @param gcName The name of the garbage collector used to perform the collection
114 public GarbageCollectionNotificationInfo(String gcName, argument
118 if (gcName == null) {
119 throw new NullPointerException("Null gcName");
127 this.gcName = gcName;
137 this.gcName = GarbageCollectionNotifInfoCompositeData.getGcName(cd);
150 return gcName;
193 * <td>gcName</t
[all...]
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectorImpl.java127 String gcName,
140 gcName);
142 new GarbageCollectionNotificationInfo(gcName,
126 createGCNotification(long timestamp, String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument

Completed in 42 milliseconds