Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142690 | emb-9 | Andrew Haley | P4 | Resolved | Fixed | team |
From: Felix Yang <felix.yang@linaro.org>
Currently, the C2 peephole optimization is only enabled by default for x86 & aarch64 port.
But we don't have any peephole rules for aarch64 port, scanning the instruction stream
in PhasePeephole::do_transform does not make sense but a waste of time for this port.
Currently, the C2 peephole optimization is only enabled by default for x86 & aarch64 port.
But we don't have any peephole rules for aarch64 port, scanning the instruction stream
in PhasePeephole::do_transform does not make sense but a waste of time for this port.
- backported by
-
JDK-8142690 Disable C2 peephole by default for aarch64
-
- Resolved
-
- duplicates
-
JDK-8135155 aarch64: disable C2 peephole by default
-
- Closed
-