hotspot/src/cpu/arm/vm/vm_version_arm_32.cpp
changeset 46547 e1b926a0b23f
parent 42664 29142a56c193
child 46560 388aa8d67c80
equal deleted inserted replaced
46546:4dba7f5446f3 46547:e1b926a0b23f
   254     if (FLAG_IS_DEFAULT(UsePopCountInstruction)) {
   254     if (FLAG_IS_DEFAULT(UsePopCountInstruction)) {
   255       FLAG_SET_DEFAULT(UsePopCountInstruction, true);
   255       FLAG_SET_DEFAULT(UsePopCountInstruction, true);
   256     }
   256     }
   257   }
   257   }
   258 
   258 
   259   AllocatePrefetchDistance = 128;
   259   if (FLAG_IS_DEFAULT(AllocatePrefetchDistance)) {
       
   260     FLAG_SET_DEFAULT(AllocatePrefetchDistance, 128);
       
   261   }
   260 
   262 
   261 #ifdef COMPILER2
   263 #ifdef COMPILER2
   262   FLAG_SET_DEFAULT(UseFPUForSpilling, true);
   264   FLAG_SET_DEFAULT(UseFPUForSpilling, true);
   263 
   265 
   264   if (FLAG_IS_DEFAULT(MaxVectorSize)) {
   266   if (FLAG_IS_DEFAULT(MaxVectorSize)) {