src/hotspot/share/gc/z/zStat.hpp
changeset 58703 c203d10291e1
parent 58701 5d10ba4a0468
child 58704 8b16701b4636
--- 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);