diff -r 215308c0d5e8 -r c203d10291e1 src/hotspot/share/gc/z/zStat.hpp --- a/src/hotspot/share/gc/z/zStat.hpp Mon Oct 21 09:55:31 2019 +0200 +++ b/src/hotspot/share/gc/z/zStat.hpp Mon Oct 21 09:55:48 2019 +0200 @@ -521,6 +521,8 @@ size_t free_low; } _at_relocate_end; + static size_t capacity_high(); + static size_t capacity_low(); static size_t available(size_t used); static size_t reserve(size_t used); static size_t free(size_t used);