mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6782820: Server VM fails with "unhandled implicit exception in compiled code"
Restore the code which sets a control edge for a klass load node. Reviewed-by: never
This commit is contained in:
parent
6483f9c7f8
commit
29488f1216
2 changed files with 8 additions and 0 deletions
|
@ -2192,6 +2192,7 @@ static void final_graph_reshaping_impl( Node *n, Final_Reshape_Counts &fpu ) {
|
|||
|
||||
case Op_DecodeN:
|
||||
assert(!n->in(1)->is_EncodeP(), "should be optimized out");
|
||||
assert(n->in(0) == NULL, "no control");
|
||||
break;
|
||||
|
||||
case Op_EncodeP: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue