mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-22 12:51:01 +00:00
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
Reviewed-by: goetz
This commit is contained in:
parent
aa251e0762
commit
722b4b4fda
@ -82,9 +82,9 @@ define_pd_global(bool, OptoScheduling, false);
|
||||
define_pd_global(bool, IdealizeClearArrayNode, true);
|
||||
|
||||
define_pd_global(uintx, InitialCodeCacheSize, 2048*K); // Integral multiple of CodeCacheExpansionSize
|
||||
define_pd_global(uintx, ReservedCodeCacheSize, 256*M);
|
||||
define_pd_global(uintx, NonProfiledCodeHeapSize, 125*M);
|
||||
define_pd_global(uintx, ProfiledCodeHeapSize, 126*M);
|
||||
define_pd_global(uintx, ReservedCodeCacheSize, 48*M);
|
||||
define_pd_global(uintx, NonProfiledCodeHeapSize, 21*M);
|
||||
define_pd_global(uintx, ProfiledCodeHeapSize, 22*M);
|
||||
define_pd_global(uintx, NonNMethodCodeHeapSize, 5*M );
|
||||
define_pd_global(uintx, CodeCacheExpansionSize, 64*K);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user