src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-gc-parnew-tenuring Cdiff src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

Print this page

        

*** 345,358 **** void set_avoid_promotion_undo(bool v) { _avoid_promotion_undo = v; } bool survivor_overflow() { return _survivor_overflow; } void set_survivor_overflow(bool v) { _survivor_overflow = v; } - // Adjust the tenuring threshold. See the implementation for - // the details of the policy. - virtual void adjust_desired_tenuring_threshold(); - public: ParNewGeneration(ReservedSpace rs, size_t initial_byte_size, int level); ~ParNewGeneration() { for (uint i = 0; i < ParallelGCThreads; i++) --- 345,354 ----
src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File