Skip to content

Commit 85a8949

Browse files
author
Eric Caspole
committed
8254913: Increase InlineSmallCode default from 2000 to 2500 for x64
Reviewed-by: redestad, shade, azeemj
1 parent 56ea490 commit 85a8949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/compiler/tieredThresholdPolicy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void TieredThresholdPolicy::initialize() {
294294
// Some inlining tuning
295295
#ifdef X86
296296
if (FLAG_IS_DEFAULT(InlineSmallCode)) {
297-
FLAG_SET_DEFAULT(InlineSmallCode, 2000);
297+
FLAG_SET_DEFAULT(InlineSmallCode, 2500);
298298
}
299299
#endif
300300

0 commit comments

Comments
 (0)