hotspot/src/share/vm/runtime/advancedThresholdPolicy.cpp
changeset 31053 91b652361bce
parent 29335 6af23ac5a762
child 33160 c59f1676d27e
--- a/hotspot/src/share/vm/runtime/advancedThresholdPolicy.cpp	Mon Jun 08 11:11:47 2015 -0700
+++ b/hotspot/src/share/vm/runtime/advancedThresholdPolicy.cpp	Wed Jun 10 12:29:07 2015 +0000
@@ -64,7 +64,7 @@
   }
 #endif
 
-#ifdef SPARC
+#if defined SPARC || defined AARCH64
   if (FLAG_IS_DEFAULT(InlineSmallCode)) {
     FLAG_SET_DEFAULT(InlineSmallCode, 2500);
   }