< prev index next >

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

Print this page

        

@@ -28,8 +28,10 @@
 
 class ZHeuristics : public AllStatic {
 public:
   static void set_medium_page_size();
   static bool per_cpu_shared_small_page();
+  static uint nparallel_workers();
+  static uint nconcurrent_workers();
 };
 
 #endif // SHARE_GC_Z_ZHEURISTICS_HPP
< prev index next >