diff src/share/vm/runtime/arguments.hpp @ 20597:327c00d0f091

8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4 Summary: Define a new function that determines the minimum number of compiler threads for a particular platform/configuration. Reviewed-by: kvn
author anoll
date Thu, 08 May 2014 12:49:21 +0200
parents 0d78074d2444
children b840813adfcc
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Fri May 02 06:24:39 2014 +0200
+++ b/src/share/vm/runtime/arguments.hpp	Thu May 08 12:49:21 2014 +0200
@@ -327,6 +327,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();