hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 21188 d053e4e8f901
parent 20408 ca559663042f
child 21562 f3f6ea8474d0
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Fri Oct 25 11:13:11 2013 -0400
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Fri Oct 25 15:19:29 2013 -0400
@@ -368,8 +368,6 @@
 // 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