Details
-
Bug
-
Resolution: Fixed
-
P4
-
8u112, 9
-
b148
-
ppc, aarch64, s390x
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8183588 | 8u161 | Gustavo Romero | P4 | Resolved | Fixed | b01 |
JDK-8170873 | 8u152 | Gustavo Romero | P4 | Resolved | Fixed | b01 |
JDK-8192077 | emb-8u161 | Gustavo Romero | P4 | Resolved | Fixed | b01 |
Description
Switching on the O3 optimization on gcc can damage the precision of those methods, nonetheless it's possible to avoid that side effect and yet get the huge benefits from the -O3 optimization on PPC64/s390 if -ffp-contract=off is passed in addition to the -O3 optimization flag.
Attachments
Issue Links
- backported by
-
JDK-8170873 PPC64/aarch64: Poor StrictMath performance due to non-optimized compilation
- Resolved
-
JDK-8183588 PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
- Resolved
-
JDK-8192077 PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
- Resolved
- relates to
-
JDK-8210416 [linux] Poor StrictMath performance due to non-optimized compilation
- Resolved
-
JDK-8210425 [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
- Resolved
-
JDK-4947390 Improve compiler options compiling fdlibm
- Closed