Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254913: Increase InlineSmallCode default from 2000 to 2500 for x64
Reviewed-by: redestad, shade, azeemj
  • Loading branch information
Eric Caspole committed Oct 21, 2020
1 parent 56ea490 commit 85a8949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/compiler/tieredThresholdPolicy.cpp
Expand Up @@ -294,7 +294,7 @@ void TieredThresholdPolicy::initialize() {
// Some inlining tuning
#ifdef X86
if (FLAG_IS_DEFAULT(InlineSmallCode)) {
FLAG_SET_DEFAULT(InlineSmallCode, 2000);
FLAG_SET_DEFAULT(InlineSmallCode, 2500);
}
#endif

Expand Down

1 comment on commit 85a8949

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 85a8949 Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.