< prev index next >

src/hotspot/os_cpu/linux_x86/gc/z/zGlobals_linux_x86.hpp

Print this page

        

*** 72,82 **** // | * 46-46 Unused (1-bit, always zero) // | // * 63-47 Fixed (17-bits, always zero) // ! const size_t ZPlatformPageSizeSmallShift = 21; // 2M const size_t ZPlatformAddressOffsetBits = 42; // 4TB const uintptr_t ZPlatformAddressMetadataShift = ZPlatformAddressOffsetBits; --- 72,82 ---- // | * 46-46 Unused (1-bit, always zero) // | // * 63-47 Fixed (17-bits, always zero) // ! const size_t ZPlatformGranuleSizeShift = 21; // 2M const size_t ZPlatformAddressOffsetBits = 42; // 4TB const uintptr_t ZPlatformAddressMetadataShift = ZPlatformAddressOffsetBits;
< prev index next >