src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/genCollectedHeap.hpp	Wed Jan 15 01:41:55 2014
--- new/src/share/vm/memory/genCollectedHeap.hpp	Wed Jan 15 01:41:55 2014

*** 313,323 **** --- 313,323 ---- _gens[i]->update_time_of_last_gc(now); } } // Update the gc statistics for each generation. ! // "level" is the level of the lastest collection ! // "level" is the level of the latest collection. void update_gc_stats(int current_level, bool full) { for (int i = 0; i < _n_gens; i++) { _gens[i]->update_gc_stats(current_level, full); } }

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