Beispiel #1
0
 public GCStats[] getGarbageCollectorStats() {
   return (GCStats[]) gcHistory.toArray(new GCStats[gcHistory.depth()]);
 }
Beispiel #2
0
 public void push(Object obj) {
   gcHistory.push(obj);
 }