Request for reviews (XS): 6956668: misbehavior of XOR operator (^) with int (original) (raw)
Tom Rodriguez tom.rodriguez at oracle.com
Tue May 31 10:01:08 PDT 2011
- Previous message: Request for reviews (XS): 6956668: misbehavior of XOR operator (^) with int
- Next message: Request for reviews (XS): 6956668: misbehavior of XOR operator (^) with int
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
tom
On May 27, 2011, at 6:02 PM, Vladimir Kozlov wrote:
http://cr.openjdk.java.net/~kvn/6956668/webrev
Fixed 6956668: misbehavior of XOR operator (^) with int An other bad optimization left after C.: cmpne(xor(X,1),0) converted to cmpeq(X,0) for all X. Such optimization could be done only for boolean X. Added regression test.
- Previous message: Request for reviews (XS): 6956668: misbehavior of XOR operator (^) with int
- Next message: Request for reviews (XS): 6956668: misbehavior of XOR operator (^) with int
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list