We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56c918 commit e61a3baCopy full SHA for e61a3ba
src/hotspot/cpu/aarch64/vm_version_aarch64.cpp
@@ -95,6 +95,9 @@ void VM_Version::initialize() {
95
SoftwarePrefetchHintDistance &= ~7;
96
}
97
98
+ if (FLAG_IS_DEFAULT(ContendedPaddingWidth) && (dcache_line > ContendedPaddingWidth)) {
99
+ ContendedPaddingWidth = dcache_line;
100
+ }
101
102
if (os::supports_map_sync()) {
103
// if dcpop is available publish data cache line flush size via
0 commit comments