--- old/src/share/vm/utilities/globalDefinitions.hpp 2013-08-15 09:56:49.343384000 -0400 +++ new/src/share/vm/utilities/globalDefinitions.hpp 2013-08-15 09:56:46.753525000 -0400 @@ -362,6 +362,8 @@ // Klass encoding metaspace max size const uint64_t KlassEncodingMetaspaceMax = (uint64_t(max_juint) + 1) << LogKlassAlignmentInBytes; +const jlong CompressedKlassPointersBase = NOT_LP64(0) LP64_ONLY(CONST64(0x800000000)); // 32*G + // Machine dependent stuff #ifdef TARGET_ARCH_x86