mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 13:04:33 +02:00
Merge
This commit is contained in:
commit
c3a0e80e0b
345 changed files with 58071 additions and 1206 deletions
|
@ -90,6 +90,8 @@ define_pd_global(uint64_t,MaxRAM, 4ULL*G);
|
|||
define_pd_global(uintx, CodeCacheMinBlockLength, 4);
|
||||
define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
|
||||
|
||||
define_pd_global(bool, TrapBasedRangeChecks, false); // Not needed on sparc.
|
||||
|
||||
// Heap related flags
|
||||
define_pd_global(uintx,MetaspaceSize, ScaleForWordSize(16*M));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue