This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
jdk
Watch
1
Star
0
Fork
You've already forked jdk
0
mirror of
https://github.com/openjdk/jdk.git
synced
2025-08-27 14:54:52 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6cf0a1dd59
jdk
/
hotspot
/
test
/
compiler
/
6956668
History
Download ZIP
Download TAR.GZ
Vladimir Kozlov
a8556d6c01
6956668: misbehavior of XOR operator (^) with int
...
Optimize cmp_ne(xor(X,1),0) to cmp_eq(X,0) only for boolean values X. Reviewed-by: never
2011-05-31 10:05:36 -07:00
..
Test6956668.java
6956668: misbehavior of XOR operator (^) with int
2011-05-31 10:05:36 -07:00