-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 16
-
b15
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8265397 | 11.0.12 | Dmitry Chuyko | P4 | Resolved | Fixed | b01 |
C2 compiled code for Java implementation contains 2 branch instructions and expensive moves between GPRs and FPRs. From another hand there is a bunch of instructions that can be used to bypass that.
- backported by
-
JDK-8265397 AArch64: Faster Math.signum(fp)
- Resolved
- relates to
-
JDK-8252779 compiler/graalunit/HotspotTest.java failed after JDK-8251525
- Closed
-
JDK-8265491 Math Signum optimization for x86
- Resolved
-
JDK-8271883 Math CopySign optimization for x86
- Resolved
-
JDK-8249198 Faster Math.signum(fp) for positive and negative numbers
- Open