mcimadamore [Fri, 09 Jan 2015 15:51:20 +0000] rev 28339
8067914: Redundant type cast nodes in AST (follow up from JDK-8043741)
Summary: Workaround for redundant (but harmless) synthetic cast generated in TransTypes
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Fri, 09 Jan 2015 15:50:22 +0000] rev 28338
8067429: java.lang.VerifyError: Inconsistent stackmap frames at branch target
Summary: bitset for alive variables contains info about variables out of range
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
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