hotspot/src/share/vm/runtime/arguments.hpp
changeset 24437 4770f8076932
parent 22735 b6a3f5dbd2c2
child 24440 7c472e3e3c57
equal deleted inserted replaced
24351:61b33cc6d3cf 24437:4770f8076932
   321   static bool _ClipInlining;
   321   static bool _ClipInlining;
   322   static bool _CIDynamicCompilePriority;
   322   static bool _CIDynamicCompilePriority;
   323 
   323 
   324   // Tiered
   324   // Tiered
   325   static void set_tiered_flags();
   325   static void set_tiered_flags();
       
   326   static int  get_min_number_of_compiler_threads();
   326   // CMS/ParNew garbage collectors
   327   // CMS/ParNew garbage collectors
   327   static void set_parnew_gc_flags();
   328   static void set_parnew_gc_flags();
   328   static void set_cms_and_parnew_gc_flags();
   329   static void set_cms_and_parnew_gc_flags();
   329   // UseParallel[Old]GC
   330   // UseParallel[Old]GC
   330   static void set_parallel_gc_flags();
   331   static void set_parallel_gc_flags();