src/share/vm/memory/generation.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/generation.cpp	Wed Oct 22 15:08:51 2014
--- new/src/share/vm/memory/generation.cpp	Wed Oct 22 15:08:51 2014

*** 161,171 **** --- 161,171 ---- Generation* Generation::next_gen() const { GenCollectedHeap* gch = GenCollectedHeap::heap(); int next = level() + 1; if (next < gch->_n_gens) { ! return gch->get_gen(next); ! return gch->_gens[next]; } else { return NULL; } }

src/share/vm/memory/generation.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File