Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8223051: support loops with long (64b) trip counts
Reviewed-by: vlivanov, thartmann, jrose
- Loading branch information
Showing
with
839 additions
and 79 deletions.
- +7 −1 src/hotspot/share/opto/c2_globals.hpp
- +46 −2 src/hotspot/share/opto/callnode.cpp
- +4 −1 src/hotspot/share/opto/callnode.hpp
- +1 −0 src/hotspot/share/opto/compile.cpp
- +5 −1 src/hotspot/share/opto/convertnode.cpp
- +756 −15 src/hotspot/share/opto/loopnode.cpp
- +14 −1 src/hotspot/share/opto/loopnode.hpp
- +3 −1 src/hotspot/share/opto/loopopts.cpp
- +2 −40 src/hotspot/share/opto/macro.cpp
- +1 −1 src/hotspot/share/opto/macroArrayCopy.cpp
- +0 −16 src/hotspot/share/opto/parse1.cpp
Oops, something went wrong.
This comment has been minimized.
e76de18
Review
Issues