diff -r c2d95df2c54e -r 7cbd1b2c139b hotspot/src/share/vm/opto/generateOptoStub.cpp --- a/hotspot/src/share/vm/opto/generateOptoStub.cpp Mon Oct 19 15:03:58 2015 +0200 +++ b/hotspot/src/share/vm/opto/generateOptoStub.cpp Thu Oct 22 13:07:10 2015 -0400 @@ -261,7 +261,7 @@ //----------------------------- // If this is a normal subroutine return, issue the return and be done. - Node *ret; + Node *ret = NULL; switch( is_fancy_jump ) { case 0: // Make a return instruction // Return to caller, free any space for return address