Searched defs:gcCause (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java92 private final String gcCause; field in class:GarbageCollectionNotificationInfo
111 * @param gcCause The cause the garbage collection action
116 String gcCause,
124 if (gcCause == null) {
125 throw new NullPointerException("Null gcCause");
129 this.gcCause = gcCause;
139 this.gcCause = GarbageCollectionNotifInfoCompositeData.getGcCause(cd);
168 return gcCause;
201 * <td>gcCause</t
114 GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp39 const char *gcCause; member in class:GCNotificationRequest
47 gcCause = cause;
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectorImpl.java129 String gcCause,
144 gcCause,
126 createGCNotification(long timestamp, String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument

Completed in 30 milliseconds