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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGcInfo.java73 private final Object[] extAttributes; field in class:GcInfo
81 Object[] extAttributes) {
93 this.extAttributes = extAttributes;
94 this.cdata = new GcInfoCompositeData(this, builder, extAttributes);
105 this.extAttributes = null;
77 GcInfo(GcInfoBuilder builder, long index, long startTime, long endTime, MemoryUsage[] muBeforeGc, MemoryUsage[] muAfterGc, Object[] extAttributes) argument

Completed in 36 milliseconds