Print this page
G1: Use SoftMaxHeapSize to guide GC heuristics

*** 442,449 **** --- 442,450 ---- void update_survivors_policy(); virtual bool force_upgrade_to_full() { return false; } + size_t minimum_desired_bytes_after_concurrent_mark(size_t used_bytes); }; #endif // SHARE_GC_G1_G1POLICY_HPP