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

src/share/vm/memory/defNewGeneration.hpp

Print this page
rev 7212 : [mq]: remove_get_gen

*** 42,52 **** class DefNewGeneration: public Generation { friend class VMStructs; protected: ! Generation* _next_gen; uint _tenuring_threshold; // Tenuring threshold for next collection. ageTable _age_table; // Size of object to pretenure in words; command line provides bytes size_t _pretenure_size_threshold_words; --- 42,52 ---- class DefNewGeneration: public Generation { friend class VMStructs; protected: ! Generation* _old_gen; uint _tenuring_threshold; // Tenuring threshold for next collection. ageTable _age_table; // Size of object to pretenure in words; command line provides bytes size_t _pretenure_size_threshold_words;
src/share/vm/memory/defNewGeneration.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File