Print this page
G1: Use SoftMaxHeapSize to guide GC heuristics

Split Close
Expand all
Collapse all
          --- old/src/hotspot/share/gc/g1/g1Policy.hpp
          +++ new/src/hotspot/share/gc/g1/g1Policy.hpp
↓ open down ↓ 436 lines elided ↑ open up ↑
 437  437  
 438  438    void print_age_table();
 439  439  
 440  440    void update_max_gc_locker_expansion();
 441  441  
 442  442    void update_survivors_policy();
 443  443  
 444  444    virtual bool force_upgrade_to_full() {
 445  445      return false;
 446  446    }
      447 +  size_t minimum_desired_bytes_after_concurrent_mark(size_t used_bytes);
 447  448  };
 448  449  
 449  450  #endif // SHARE_GC_G1_G1POLICY_HPP
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX