hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 3686 69c1b5228547
parent 3261 c7d5aae8d3f7
child 3820 0a8fbbe180db
child 3908 24b55ad4c228
equal deleted inserted replaced
3685:e14965d942e3 3686:69c1b5228547
   591   /* PcDesc and other compiled code info */                                                                                          \
   591   /* PcDesc and other compiled code info */                                                                                          \
   592   /***************************************/                                                                                          \
   592   /***************************************/                                                                                          \
   593                                                                                                                                      \
   593                                                                                                                                      \
   594   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
   594   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
   595   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
   595   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
       
   596   nonstatic_field(PcDesc,                      _flags,                        PcDesc::PcDescFlags)                                   \
   596                                                                                                                                      \
   597                                                                                                                                      \
   597   /***************************************************/                                                                              \
   598   /***************************************************/                                                                              \
   598   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
   599   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
   599   /***************************************************/                                                                              \
   600   /***************************************************/                                                                              \
   600                                                                                                                                      \
   601                                                                                                                                      \
  1156   /***************************************/                               \
  1157   /***************************************/                               \
  1157   /* PcDesc and other compiled code info */                               \
  1158   /* PcDesc and other compiled code info */                               \
  1158   /***************************************/                               \
  1159   /***************************************/                               \
  1159                                                                           \
  1160                                                                           \
  1160   declare_toplevel_type(PcDesc)                                           \
  1161   declare_toplevel_type(PcDesc)                                           \
       
  1162   declare_integer_type(PcDesc::PcDescFlags)                               \
  1161                                                                           \
  1163                                                                           \
  1162   /************************/                                              \
  1164   /************************/                                              \
  1163   /* OopMap and OopMapSet */                                              \
  1165   /* OopMap and OopMapSet */                                              \
  1164   /************************/                                              \
  1166   /************************/                                              \
  1165                                                                           \
  1167                                                                           \