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

/openjdk7/jdk/src/share/classes/sun/management/
H A DGcInfoBuilder.java46 private String[] allItemNames; field in class:GcInfoBuilder
105 allItemNames = new String[itemCount];
109 System.arraycopy(gcInfoItemNames, 0, allItemNames, 0, numGcInfoItems);
117 System.arraycopy(gcExtItemNames, 0, allItemNames,
162 allItemNames,
175 if (allItemNames == null) {
179 return allItemNames;

Completed in 29 milliseconds