Searched refs:gcName (Results 1 - 7 of 7) 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/demo/management/VerboseGC/
H A DPrintGCStat.java74 ObjectName gcName = null;
77 gcName = new ObjectName(GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE+",*");
95 mbeans = server.queryNames(gcName, null);
/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
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DTranslucentWindowPainter.java80 String gcName = gc.getClass().getSimpleName();
89 if (gcName.startsWith("D3D")) {
91 } else if (forceOpt && gcName.startsWith("WGL")) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DSummaryTab.java224 String gcName = garbageCollectorMBean.getName();
229 Resources.format(Messages.GC_INFO, gcName, gcCount,
H A DProxyClient.java736 ObjectName gcName = null;
738 gcName = new ObjectName(GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE + ",*");
743 Set<ObjectName> mbeans = server.queryNames(gcName, null);
H A DMemoryTab.java414 String gcName = garbageCollectorMBean.getName();
418 gcName,

Completed in 40 milliseconds