< prev index next >

src/cpu/aarch64/vm/vm_version_aarch64.cpp

Print this page
rev 9944 : 8145336: PPC64: fix string intrinsics after CompactStrings change

*** 119,129 **** if (FLAG_IS_DEFAULT(AllocatePrefetchStepSize)) FLAG_SET_DEFAULT(AllocatePrefetchStepSize, 64); FLAG_SET_DEFAULT(PrefetchScanIntervalInBytes, 256); FLAG_SET_DEFAULT(PrefetchFieldsAhead, 256); FLAG_SET_DEFAULT(PrefetchCopyIntervalInBytes, 256); - FLAG_SET_DEFAULT(UseSSE42Intrinsics, true); unsigned long auxv = getauxval(AT_HWCAP); char buf[512]; --- 119,128 ----
< prev index next >