diff 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
line wrap: on
line diff
--- a/src/share/vm/memory/universe.hpp	Fri Sep 13 04:16:54 2013 -0700
+++ b/src/share/vm/memory/universe.hpp	Fri Sep 13 16:55:44 2013 -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.