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

/openjdk7/jdk/src/share/classes/sun/management/
H A DGcInfoBuilder.java51 private CompositeType gcInfoCompositeType; field in class:GcInfoBuilder
73 this.gcInfoCompositeType = null;
96 if (gcInfoCompositeType != null)
97 return gcInfoCompositeType;
169 gcInfoCompositeType = gict;
171 return gcInfoCompositeType;

Completed in 32 milliseconds