Searched refs:gcExtItemCount (Results 1 - 2 of 2) 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...]
H A DGcInfoCompositeData.java129 final int gcExtItemCount = builder.getGcExtItemCount();
130 if (gcExtItemCount == 0 &&
135 if (gcExtItemCount > 0 && (gcExtItemValues == null ||
136 gcExtItemCount != gcExtItemValues.length)) {
141 gcExtItemCount];
145 if (gcExtItemCount > 0) {
147 baseGcInfoItemValues.length, gcExtItemCount);

Completed in 32 milliseconds