< prev index next >

src/cpu/arm/vm/vm_version_arm_32.cpp

Print this page

        

*** 254,264 **** --- 254,266 ---- if (FLAG_IS_DEFAULT(UsePopCountInstruction)) { FLAG_SET_DEFAULT(UsePopCountInstruction, true); } } + if (FLAG_IS_DEFAULT(AllocatePrefetchDistance)) { AllocatePrefetchDistance = 128; + } #ifdef COMPILER2 FLAG_SET_DEFAULT(UseFPUForSpilling, true); if (FLAG_IS_DEFAULT(MaxVectorSize)) {
< prev index next >