comparison src/share/vm/memory/universe.hpp @ 12258:69f26e8e09f9

8024760: add more types, fields and constants to VMStructs Reviewed-by: kvn, coleenp
author twisti
date Fri, 13 Sep 2013 16:55:44 -0700
parents 4c84d351cca9
children da051ce490eb
comparison
equal deleted inserted replaced
12257:01b268b3080a 12258: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;