src/hotspot/share/gc/z/zHeuristics.hpp
changeset 59150 82b2ba888190
parent 59149 3b998574be4b
equal deleted inserted replaced
59149:3b998574be4b 59150:82b2ba888190
    29 class ZHeuristics : public AllStatic {
    29 class ZHeuristics : public AllStatic {
    30 public:
    30 public:
    31   static void set_medium_page_size();
    31   static void set_medium_page_size();
    32 
    32 
    33   static bool use_per_cpu_shared_small_pages();
    33   static bool use_per_cpu_shared_small_pages();
       
    34 
       
    35   static uint nparallel_workers();
       
    36   static uint nconcurrent_workers();
    34 };
    37 };
    35 
    38 
    36 #endif // SHARE_GC_Z_ZHEURISTICS_HPP
    39 #endif // SHARE_GC_Z_ZHEURISTICS_HPP