mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8152440: Zero build fails after JDK-8146801
Define InitArrayShortSize macro for Zero as well. Reviewed-by: aph
This commit is contained in:
parent
d9fd1b40d7
commit
aa55cc6846
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ define_pd_global(bool, UncommonNullCast, true);
|
||||||
define_pd_global(intx, CodeEntryAlignment, 32);
|
define_pd_global(intx, CodeEntryAlignment, 32);
|
||||||
define_pd_global(intx, OptoLoopAlignment, 16);
|
define_pd_global(intx, OptoLoopAlignment, 16);
|
||||||
define_pd_global(intx, InlineFrequencyCount, 100);
|
define_pd_global(intx, InlineFrequencyCount, 100);
|
||||||
define_pd_global(intx, InlineSmallCode, 1000 );
|
define_pd_global(intx, InlineSmallCode, 1000);
|
||||||
|
define_pd_global(intx, InitArrayShortSize, -1); // not used
|
||||||
|
|
||||||
#define DEFAULT_STACK_YELLOW_PAGES (2)
|
#define DEFAULT_STACK_YELLOW_PAGES (2)
|
||||||
#define DEFAULT_STACK_RED_PAGES (1)
|
#define DEFAULT_STACK_RED_PAGES (1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue