comparison src/share/vm/runtime/vmStructs.cpp @ 12023:d1034bd8cefc

8022284: Hide internal data structure in PhaseCFG Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
author adlertz
date Wed, 07 Aug 2013 17:56:19 +0200
parents 71180a6e5080
children 3cce976666d9 e22ee8e7ae62 adb9a7d94cb5
comparison
equal deleted inserted replaced
12004:71526a36ebb4 12023:d1034bd8cefc
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) \