mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8166002: Emulate client build on platforms with reduced virtual address space
The default VM ergonomics on Windows/x86 (32-bit) are changed to client like. Reviewed-by: kvn, iveresov
This commit is contained in:
parent
f02cb33818
commit
197ce5bafa
57 changed files with 261 additions and 124 deletions
|
@ -455,6 +455,10 @@ class Arguments : AllStatic {
|
|||
static intx _Tier3InvokeNotifyFreqLog;
|
||||
static intx _Tier4InvocationThreshold;
|
||||
|
||||
// Compilation mode.
|
||||
static bool compilation_mode_selected();
|
||||
static void select_compilation_mode_ergonomically();
|
||||
|
||||
// Tiered
|
||||
static void set_tiered_flags();
|
||||
// CMS/ParNew garbage collectors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue