--- old/src/hotspot/share/utilities/globalDefinitions.hpp 2018-09-03 10:46:35.142452655 +0200 +++ new/src/hotspot/share/utilities/globalDefinitions.hpp 2018-09-03 10:46:34.834452660 +0200 @@ -456,7 +456,6 @@ const int LogKlassAlignment = LogKlassAlignmentInBytes - LogHeapWordSize; const int KlassAlignmentInBytes = 1 << LogKlassAlignmentInBytes; const int KlassAlignment = KlassAlignmentInBytes / HeapWordSize; -const int KlassPtrValueTypeMask = (1 << (LogKlassAlignmentInBytes + 1)) - 1; // Maximal size of heap where unscaled compression can be used. Also upper bound // for heap placement: 4GB.