hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 3686 69c1b5228547
parent 3261 c7d5aae8d3f7
child 3820 0a8fbbe180db
child 3908 24b55ad4c228
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Aug 19 19:05:18 2009 -0700
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Aug 20 12:42:57 2009 -0700
@@ -593,6 +593,7 @@
                                                                                                                                      \
   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
+  nonstatic_field(PcDesc,                      _flags,                        PcDesc::PcDescFlags)                                   \
                                                                                                                                      \
   /***************************************************/                                                                              \
   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
@@ -1158,6 +1159,7 @@
   /***************************************/                               \
                                                                           \
   declare_toplevel_type(PcDesc)                                           \
+  declare_integer_type(PcDesc::PcDescFlags)                               \
                                                                           \
   /************************/                                              \
   /* OopMap and OopMapSet */                                              \