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-09-15 16:44:36 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
32562
commits
334
branches
1044
tags
2.2
GiB
fd8fa9290c
Commit graph
1 commit
Author
SHA1
Message
Date
Roland Westrelin
197ecf9bc1
8081823: C2 performs unsigned comparison against -1
...
X <= 0 || x > 0 wrongly folded as (x-1) >u -1 Reviewed-by: kvn, vlivanov
2015-06-08 18:35:17 +02:00