review (XS) for 6478991: C1 NullCheckEliminator yields incorrect exceptions

Tom Rodriguez tom.rodriguez at oracle.com
Fri Mar 25 11:37:51 PDT 2011


http://cr.openjdk.java.net/~never/6478991

6478991: C1 NullCheckEliminator yields incorrect exceptions
Reviewed-by:

checkcast can trap so don't allow explicit null checks to be folded into
instructions that follow it.  Tested with new test case.


More information about the hotspot-compiler-dev mailing list