mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
Define a new function that determines the minimum number of compiler threads for a particular platform/configuration. Reviewed-by: kvn
This commit is contained in:
parent
6e6f0720a9
commit
ae28b717f4
2 changed files with 32 additions and 3 deletions
|
@ -323,6 +323,7 @@ class Arguments : AllStatic {
|
|||
|
||||
// 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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue