hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 19279 4be3c2e6663c
parent 18687 5a0543c157c9
child 19330 49d6711171e6
child 19326 14cb6cf26a96
equal deleted inserted replaced
19160:6731e700c220 19279:4be3c2e6663c
  1096                                                                                                                                      \
  1096                                                                                                                                      \
  1097   c2_nonstatic_field(MachCallRuntimeNode,  _name,                  const char*)                                                      \
  1097   c2_nonstatic_field(MachCallRuntimeNode,  _name,                  const char*)                                                      \
  1098                                                                                                                                      \
  1098                                                                                                                                      \
  1099   c2_nonstatic_field(PhaseCFG,           _num_blocks,              uint)                                                             \
  1099   c2_nonstatic_field(PhaseCFG,           _num_blocks,              uint)                                                             \
  1100   c2_nonstatic_field(PhaseCFG,           _blocks,                  Block_List)                                                       \
  1100   c2_nonstatic_field(PhaseCFG,           _blocks,                  Block_List)                                                       \
  1101   c2_nonstatic_field(PhaseCFG,           _bbs,                     Block_Array)                                                      \
  1101   c2_nonstatic_field(PhaseCFG,           _node_to_block_mapping,   Block_Array)                                                      \
  1102   c2_nonstatic_field(PhaseCFG,           _broot,                   Block*)                                                           \
  1102   c2_nonstatic_field(PhaseCFG,           _broot,                   Block*)                                                           \
  1103                                                                                                                                      \
  1103                                                                                                                                      \
  1104   c2_nonstatic_field(PhaseRegAlloc,      _node_regs,               OptoRegPair*)                                                     \
  1104   c2_nonstatic_field(PhaseRegAlloc,      _node_regs,               OptoRegPair*)                                                     \
  1105   c2_nonstatic_field(PhaseRegAlloc,      _node_regs_max_index,     uint)                                                             \
  1105   c2_nonstatic_field(PhaseRegAlloc,      _node_regs_max_index,     uint)                                                             \
  1106   c2_nonstatic_field(PhaseRegAlloc,      _framesize,               uint)                                                             \
  1106   c2_nonstatic_field(PhaseRegAlloc,      _framesize,               uint)                                                             \