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

/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java194 private static CompositeType baseGcNotifInfoCompositeType = null; field in class:GarbageCollectionNotifInfoCompositeData
196 if (baseGcNotifInfoCompositeType == null) {
204 baseGcNotifInfoCompositeType =
215 return baseGcNotifInfoCompositeType;

Completed in 29 milliseconds