comparison src/share/vm/runtime/vmStructs.cpp @ 12079:4dece0730c50

Merge
author rbackman
date Thu, 22 Aug 2013 18:37:14 +0200
parents e22ee8e7ae62 adb9a7d94cb5
children 69f26e8e09f9 e2722a66aba7
comparison
equal deleted inserted replaced
12069:9d6c9b0a8f15 12079:4dece0730c50
1094 \ 1094 \
1095 c2_nonstatic_field(MachCallStaticJavaNode, _name, const char*) \ 1095 c2_nonstatic_field(MachCallStaticJavaNode, _name, const char*) \
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, _number_of_blocks, uint) \
1100 c2_nonstatic_field(PhaseCFG, _blocks, Block_List) \ 1100 c2_nonstatic_field(PhaseCFG, _blocks, Block_List) \
1101 c2_nonstatic_field(PhaseCFG, _node_to_block_mapping, 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, _root_block, 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) \
1107 c2_nonstatic_field(PhaseRegAlloc, _max_reg, OptoReg::Name) \ 1107 c2_nonstatic_field(PhaseRegAlloc, _max_reg, OptoReg::Name) \