Searched refs:gcAction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java91 private final String gcAction; field in class:GarbageCollectionNotificationInfo
110 * @param gcAction The name of the action performed by the garbage collector
115 String gcAction,
121 if (gcAction == null) {
122 throw new NullPointerException("Null gcAction");
128 this.gcAction = gcAction;
138 this.gcAction = GarbageCollectionNotifInfoCompositeData.getGcAction(cd);
159 return gcAction;
197 * <td>gcAction</t
114 GarbageCollectionNotificationInfo(String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp38 const char *gcAction; member in class:GCNotificationRequest
46 gcAction = action;
H A DgcNotifier.cpp215 Handle objAction = java_lang_String::create_from_platform_dependent_str(request->gcAction, CHECK);
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectorImpl.java128 String gcAction,
143 gcAction,
126 createGCNotification(long timestamp, String gcName, String gcAction, String gcCause, GcInfo gcInfo) argument

Completed in 56 milliseconds