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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DGenCollectedHeap.java69 public Generation getGen(int i) { method in class:GenCollectedHeap
87 Generation gen = getGen(i);
99 capacity += getGen(i).capacity();
107 used += getGen(i).used();
139 getGen(i).printOn(tty);
140 tty.println("Invocations: " + getGen(i).invocations());

Completed in 85 milliseconds