comparison src/share/vm/runtime/vmStructs.cpp @ 12071:adb9a7d94cb5

8023003: Cleanup the public interface to PhaseCFG Summary: public methods that don't need to be public should be private. Reviewed-by: kvn, twisti
author adlertz
date Fri, 16 Aug 2013 10:23:55 +0200
parents d1034bd8cefc
children 4dece0730c50
comparison
equal deleted inserted replaced
12070:afbe18ae0905 12071:adb9a7d94cb5
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) \