< prev index next >

src/hotspot/share/gc/z/zHeuristics.hpp

Print this page

        

@@ -28,10 +28,12 @@
 
 class ZHeuristics : public AllStatic {
 public:
   static void set_medium_page_size();
 
+  static size_t max_reserve();
+
   static bool use_per_cpu_shared_small_pages();
 
   static uint nparallel_workers();
   static uint nconcurrent_workers();
 };
< prev index next >