--- old/src/hotspot/share/compiler/tieredThresholdPolicy.cpp 2020-05-01 02:25:58.104083824 -0700 +++ new/src/hotspot/share/compiler/tieredThresholdPolicy.cpp 2020-05-01 02:25:57.780077592 -0700 @@ -297,7 +297,7 @@ } #endif -#if defined SPARC || defined AARCH64 +#if defined AARCH64 if (FLAG_IS_DEFAULT(InlineSmallCode)) { FLAG_SET_DEFAULT(InlineSmallCode, 2500); }