mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7018056: large pages not always enabled by default
Reviewed-by: phh, kvn
This commit is contained in:
parent
3ff554aec1
commit
c295eb2515
3 changed files with 34 additions and 61 deletions
|
@ -301,8 +301,6 @@ class Arguments : AllStatic {
|
|||
|
||||
// Tiered
|
||||
static void set_tiered_flags();
|
||||
// Check compressed oops compatibility with other flags
|
||||
static void check_compressed_oops_compat();
|
||||
// CMS/ParNew garbage collectors
|
||||
static void set_parnew_gc_flags();
|
||||
static void set_cms_and_parnew_gc_flags();
|
||||
|
@ -312,6 +310,7 @@ class Arguments : AllStatic {
|
|||
static void set_g1_gc_flags();
|
||||
// GC ergonomics
|
||||
static void set_ergonomics_flags();
|
||||
static void set_shared_spaces_flags();
|
||||
// Setup heap size
|
||||
static void set_heap_size();
|
||||
// Based on automatic selection criteria, should the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue