This website requires JavaScript.
Explore
Help
Register
Sign In
infernap12
/
jdk
Watch
1
Star
0
Fork
0
You've already forked jdk
mirror of
https://github.com/openjdk/jdk.git
synced
2026-08-08 09:02:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jdk
/
test
/
hotspot
/
jtreg
/
compiler
/
splitif
History
theoweidmannoracle
d381d581bf
8332268: C2: Add missing optimizations for UDivI/L and UModI/L and unify the shared logic with the signed nodes
...
Reviewed-by: chagedorn, thartmann, epeter, qamai
2024-12-11 14:30:59 +00:00
..
TestCrashAtIGVNSplitIfSubType.java
…
TestLongCountedLoopConvL2I2.java
8331575: C2: crash when ConvL2I is split thru phi at LongCountedLoop
2024-05-16 08:55:03 +00:00
TestLongCountedLoopConvL2I.java
8331575: C2: crash when ConvL2I is split thru phi at LongCountedLoop
2024-05-16 08:55:03 +00:00
TestSplitDivisionThroughPhi.java
8332268: C2: Add missing optimizations for UDivI/L and UModI/L and unify the shared logic with the signed nodes
2024-12-11 14:30:59 +00:00
TestSplitDivThroughPhiWithControl.java
…