mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-20 07:58:55 +00: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
@ -42,7 +42,8 @@ define_pd_global(bool, UncommonNullCast, true);
|
||||
define_pd_global(intx, CodeEntryAlignment, 32);
|
||||
define_pd_global(intx, OptoLoopAlignment, 16);
|
||||
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_RED_PAGES (1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user