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:
Vladimir Kozlov 2008-12-16 12:23:39 -08:00
parent 6483f9c7f8
commit 29488f1216
2 changed files with 8 additions and 0 deletions

View file

@ -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: {