src/hotspot/cpu/x86/gc/z/zGlobals_x86.hpp
changeset 58451 389e50d98dc3
parent 58294 872465abbfe3
child 58468 97cd0aa39787
equal deleted inserted replaced
58450:67b3480882b4 58451:389e50d98dc3
    34 //  Medium        32M           <= 4M                 4K
    34 //  Medium        32M           <= 4M                 4K
    35 //  Large         X*M           > 4M                  2M
    35 //  Large         X*M           > 4M                  2M
    36 //  ------------------------------------------------------------------
    36 //  ------------------------------------------------------------------
    37 //
    37 //
    38 const size_t ZPlatformGranuleSizeShift      = 21; // 2MB
    38 const size_t ZPlatformGranuleSizeShift      = 21; // 2MB
    39 const size_t ZPlatformMaxHeapSizeShift      = 46; // 16TB
    39 const size_t ZPlatformMaxHeapSizeShift      = 44; // 16TB
    40 const size_t ZPlatformNMethodDisarmedOffset = 4;
    40 const size_t ZPlatformNMethodDisarmedOffset = 4;
    41 const size_t ZPlatformCacheLineSize         = 64;
    41 const size_t ZPlatformCacheLineSize         = 64;
    42 
    42 
    43 uintptr_t    ZPlatformAddressBase();
    43 uintptr_t    ZPlatformAddressBase();
    44 size_t       ZPlatformAddressOffsetBits();
    44 size_t       ZPlatformAddressOffsetBits();