--- old/src/hotspot/share/gc/z/vmStructs_z.hpp 2019-02-25 15:07:32.863539168 +0100 +++ new/src/hotspot/share/gc/z/vmStructs_z.hpp 2019-02-25 15:07:32.657532559 +0100 @@ -52,7 +52,7 @@ const int* _ZObjectAlignmentSmall; }; -typedef ZAddressRangeMap ZAddressRangeMapForPageTable; +typedef ZAddressRangeMap ZAddressRangeMapForPageTable; #define VM_STRUCTS_ZGC(nonstatic_field, volatile_nonstatic_field, static_field) \ static_field(ZGlobalsForVMStructs, _instance_p, ZGlobalsForVMStructs*) \ @@ -101,9 +101,9 @@ declare_constant(ZObjectAlignmentLargeShift) #define VM_LONG_CONSTANTS_ZGC(declare_constant) \ + declare_constant(ZGranuleSizeShift) \ declare_constant(ZPageSizeSmallShift) \ declare_constant(ZPageSizeMediumShift) \ - declare_constant(ZPageSizeMinShift) \ declare_constant(ZAddressOffsetShift) \ declare_constant(ZAddressOffsetBits) \ declare_constant(ZAddressOffsetMask) \