src/share/vm/memory/universe.hpp

changeset 5726
69f26e8e09f9
parent 5578
4c84d351cca9
child 5737
da051ce490eb
equal deleted inserted replaced
5725:01b268b3080a 5726:69f26e8e09f9
177 static oop _vm_exception; 177 static oop _vm_exception;
178 178
179 // The particular choice of collected heap. 179 // The particular choice of collected heap.
180 static CollectedHeap* _collectedHeap; 180 static CollectedHeap* _collectedHeap;
181 181
182 static intptr_t _non_oop_bits;
183
182 // For UseCompressedOops. 184 // For UseCompressedOops.
183 static struct NarrowPtrStruct _narrow_oop; 185 static struct NarrowPtrStruct _narrow_oop;
184 // For UseCompressedKlassPointers. 186 // For UseCompressedKlassPointers.
185 static struct NarrowPtrStruct _narrow_klass; 187 static struct NarrowPtrStruct _narrow_klass;
186 static address _narrow_ptrs_base; 188 static address _narrow_ptrs_base;

mercurial