< prev index next >

src/share/vm/opto/generateOptoStub.cpp

Print this page
rev 9081 : imported patch more.patch

*** 259,269 **** root()->add_req(_gvn.transform(to_exc)); // bind to root to keep live C->init_start(start); //----------------------------- // If this is a normal subroutine return, issue the return and be done. ! Node *ret; switch( is_fancy_jump ) { case 0: // Make a return instruction // Return to caller, free any space for return address ret = new ReturnNode(TypeFunc::Parms, if_null, i_o(), --- 259,269 ---- root()->add_req(_gvn.transform(to_exc)); // bind to root to keep live C->init_start(start); //----------------------------- // If this is a normal subroutine return, issue the return and be done. ! Node *ret = NULL; switch( is_fancy_jump ) { case 0: // Make a return instruction // Return to caller, free any space for return address ret = new ReturnNode(TypeFunc::Parms, if_null, i_o(),
< prev index next >