--- old/src/share/vm/memory/universe.hpp 2013-09-13 16:50:29.000000000 -0700 +++ new/src/share/vm/memory/universe.hpp 2013-09-13 16:50:28.000000000 -0700 @@ -179,6 +179,8 @@ // The particular choice of collected heap. static CollectedHeap* _collectedHeap; + static intptr_t _non_oop_bits; + // For UseCompressedOops. static struct NarrowPtrStruct _narrow_oop; // For UseCompressedKlassPointers.