src/share/vm/memory/universe.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/universe.hpp	Fri Sep 13 16:50:29 2013
--- new/src/share/vm/memory/universe.hpp	Fri Sep 13 16:50:28 2013

*** 177,186 **** --- 177,188 ---- static oop _vm_exception; // The particular choice of collected heap. static CollectedHeap* _collectedHeap; + static intptr_t _non_oop_bits; + // For UseCompressedOops. static struct NarrowPtrStruct _narrow_oop; // For UseCompressedKlassPointers. static struct NarrowPtrStruct _narrow_klass; static address _narrow_ptrs_base;

src/share/vm/memory/universe.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File