mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8022284: Hide internal data structure in PhaseCFG
Hide private node to block mapping using public interface Reviewed-by: kvn, roland
This commit is contained in:
parent
7107241178
commit
bfe8385fa9
19 changed files with 327 additions and 280 deletions
|
@ -1098,7 +1098,7 @@ typedef BinaryTreeDictionary<Metablock, FreeList> MetablockTreeDictionary;
|
|||
\
|
||||
c2_nonstatic_field(PhaseCFG, _num_blocks, uint) \
|
||||
c2_nonstatic_field(PhaseCFG, _blocks, Block_List) \
|
||||
c2_nonstatic_field(PhaseCFG, _bbs, Block_Array) \
|
||||
c2_nonstatic_field(PhaseCFG, _node_to_block_mapping, Block_Array) \
|
||||
c2_nonstatic_field(PhaseCFG, _broot, Block*) \
|
||||
\
|
||||
c2_nonstatic_field(PhaseRegAlloc, _node_regs, OptoRegPair*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue