--- old/src/hotspot/share/gc/g1/g1Policy.hpp 2020-02-17 17:22:57.108276423 +0800 +++ new/src/hotspot/share/gc/g1/g1Policy.hpp 2020-02-17 17:22:57.111276532 +0800 @@ -444,6 +444,7 @@ 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