mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8255000: C2: Unify IGVN processing when loop opts are over
Reviewed-by: neliasso, iveresov, kvn
This commit is contained in:
parent
27230fae24
commit
7e2640432b
13 changed files with 191 additions and 199 deletions
|
@ -903,7 +903,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
c2_nonstatic_field(Node, _outmax, node_idx_t) \
|
||||
c2_nonstatic_field(Node, _idx, const node_idx_t) \
|
||||
c2_nonstatic_field(Node, _class_id, juint) \
|
||||
c2_nonstatic_field(Node, _flags, jushort) \
|
||||
c2_nonstatic_field(Node, _flags, juint) \
|
||||
\
|
||||
c2_nonstatic_field(Compile, _root, RootNode*) \
|
||||
c2_nonstatic_field(Compile, _unique, uint) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue