Example #1
0
 public GCStats[] getGarbageCollectorStats() {
   return (GCStats[]) gcHistory.toArray(new GCStats[gcHistory.depth()]);
 }