8229495: SIGILL in C2 generated OSR compilation

Reviewed-by: kvn, chagedorn
This commit is contained in:
Roland Westrelin 2020-07-01 17:28:49 +02:00
parent d7c1bb1fb7
commit b67814941f
12 changed files with 223 additions and 66 deletions

View file

@ -920,7 +920,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
c2_nonstatic_field(Node, _outcnt, node_idx_t) \
c2_nonstatic_field(Node, _outmax, node_idx_t) \
c2_nonstatic_field(Node, _idx, const node_idx_t) \
c2_nonstatic_field(Node, _class_id, jushort) \
c2_nonstatic_field(Node, _class_id, juint) \
c2_nonstatic_field(Node, _flags, jushort) \
\
c2_nonstatic_field(Compile, _root, RootNode*) \