8085805: aarch64: AdvancedThresholdPolicy lacks tuning of InlineSmallCode size

Set default value of InlineSmallCode to 2500 on aarch64

Reviewed-by: kvn
This commit is contained in:
Ed Nevill 2015-06-10 12:29:07 +00:00
parent 2f0a309d84
commit f8cc15a29b

View File

@ -64,7 +64,7 @@ void AdvancedThresholdPolicy::initialize() {
}
#endif
#ifdef SPARC
#if defined SPARC || defined AARCH64
if (FLAG_IS_DEFAULT(InlineSmallCode)) {
FLAG_SET_DEFAULT(InlineSmallCode, 2500);
}