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 23:04:50 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
35805
commits
314
branches
1041
tags
2.2
GiB
c4626c98ac
Commit graph
1 commit
Author
SHA1
Message
Date
Krystal Mo
415eda1274
8003585: strength reduce or eliminate range checks for power-of-two sized arrays
...
Change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0) Reviewed-by: kvn, roland
2016-01-19 14:52:33 +01:00