< prev index next >

src/hotspot/cpu/aarch64/gc/z/zGlobals_aarch64.hpp

Print this page
rev 59178 : imported patch zcacheline-fixes-aarch64.patch

@@ -25,11 +25,11 @@
 #define CPU_AARCH64_GC_Z_ZGLOBALS_AARCH64_HPP
 
 const size_t ZPlatformGranuleSizeShift      = 21; // 2MB
 const size_t ZPlatformHeapViews             = 3;
 const size_t ZPlatformNMethodDisarmedOffset = 4;
-const size_t ZPlatformCacheLineSize         = 64;
+#define ZPlatformCacheLineSize (size_t(64))
 
 size_t ZPlatformAddressOffsetBits();
 size_t ZPlatformAddressMetadataShift();
 
 #endif // CPU_AARCH64_GC_Z_ZGLOBALS_AARCH64_HPP
< prev index next >