RFR(S): 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed (original) (raw)
Roland Westrelin roland.westrelin at oracle.com
Thu Jun 4 14:28:41 UTC 2015
- Previous message: RFR 8080325 SuperWord loop unrolling analysis
- Next message: RFR(S): 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
As suggested by Vladimir, here is a new simpler fix that simply bails out of range check elimination if the preloop is not found:
http://cr.openjdk.java.net/~roland/8078866/webrev.01/
Removing the main and post loops will be pushed as a separate RFE.
Roland.
- Previous message: RFR 8080325 SuperWord loop unrolling analysis
- Next message: RFR(S): 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list