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.