diff -r 61b33cc6d3cf -r 4770f8076932 hotspot/src/share/vm/runtime/arguments.hpp --- a/hotspot/src/share/vm/runtime/arguments.hpp Tue Apr 29 15:17:27 2014 +0200 +++ b/hotspot/src/share/vm/runtime/arguments.hpp Thu May 08 12:49:21 2014 +0200 @@ -323,6 +323,7 @@ // Tiered static void set_tiered_flags(); + static int get_min_number_of_compiler_threads(); // CMS/ParNew garbage collectors static void set_parnew_gc_flags(); static void set_cms_and_parnew_gc_flags();