mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6944028: 6940701 broke Zero
The fix for 6940701 broke Zero. Reviewed-by: twisti
This commit is contained in:
parent
a1446b775d
commit
d889909335
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ define_pd_global(bool, ImplicitNullChecks, true);
|
|||
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, PreInflateSpin, 10);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue