mcimadamore [Fri, 09 Jan 2015 15:49:42 +0000] rev 28337
8043741: VerifyError due to missing checkcast
Summary: Proto-type is not set correctly for NULLCHK synthetic trees
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Fri, 09 Jan 2015 15:48:09 +0000] rev 28336
8066871: java.lang.VerifyError: Bad local variable type - local final String
Summary: baseType() erroneously called on MethodResultInfo causes lack of constant type info
Reviewed-by: jlahoda, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com