< prev index next >

src/hotspot/share/compiler/tieredThresholdPolicy.cpp

Print this page
rev 59103 : imported patch hotspot

@@ -295,11 +295,11 @@
   if (FLAG_IS_DEFAULT(InlineSmallCode)) {
     FLAG_SET_DEFAULT(InlineSmallCode, 2000);
   }
 #endif
 
-#if defined SPARC || defined AARCH64
+#if defined AARCH64
   if (FLAG_IS_DEFAULT(InlineSmallCode)) {
     FLAG_SET_DEFAULT(InlineSmallCode, 2500);
   }
 #endif
 
< prev index next >