8254913: Increase InlineSmallCode default from 2000 to 2500 for x64
Reviewed-by: redestad, shade, azeemj
This commit is contained in:
parent
56ea490f1e
commit
85a8949caa
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user