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

/openjdk7/jdk/src/share/classes/sun/management/
H A DGcInfoBuilder.java54 private final int gcExtItemCount; field in class:GcInfoBuilder
62 this.gcExtItemCount = getNumGcExtAttributes(gc);
63 this.gcExtItemNames = new String[gcExtItemCount];
64 this.gcExtItemDescs = new String[gcExtItemCount];
65 this.gcExtItemTypes = new char[gcExtItemCount];
68 fillGcAttributeInfo(gc, gcExtItemCount, gcExtItemNames,
79 Object[] values = new Object[gcExtItemCount];
81 return getLastGcInfo0(gc, gcExtItemCount, values, gcExtItemTypes,
90 return gcExtItemCount;
104 int itemCount = numGcInfoItems + gcExtItemCount;
[all...]

Completed in 29 milliseconds