src/share/vm/utilities/globalDefinitions.hpp

changeset 6029
209aa13ab8c0
parent 5865
aa6f2ea19d8f
child 6086
610be0309a79
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Fri Oct 25 11:13:11 2013 -0400
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Fri Oct 25 15:19:29 2013 -0400
     1.3 @@ -368,8 +368,6 @@
     1.4  // Klass encoding metaspace max size
     1.5  const uint64_t KlassEncodingMetaspaceMax = (uint64_t(max_juint) + 1) << LogKlassAlignmentInBytes;
     1.6  
     1.7 -const jlong CompressedKlassPointersBase = NOT_LP64(0) LP64_ONLY(CONST64(0x800000000));  // 32*G
     1.8 -
     1.9  // Machine dependent stuff
    1.10  
    1.11  #ifdef TARGET_ARCH_x86

mercurial