Searched defs:gcExtItemNames (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DGcInfoBuilder.java55 private final String[] gcExtItemNames; field in class:GcInfoBuilder
63 this.gcExtItemNames = new String[gcExtItemCount];
68 fillGcAttributeInfo(gc, gcExtItemCount, gcExtItemNames,
115 fillGcAttributeInfo(gc, gcExtItemCount, gcExtItemNames,
117 System.arraycopy(gcExtItemNames, 0, allItemNames,

Completed in 29 milliseconds