-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b07
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229403 | 11.0.5 | Magnus Ihse Bursie | P4 | Resolved | Fixed | b03 |
JDK-8230051 | openjdk8u232 | Andrew Leonard | P4 | Resolved | Fixed | b05 |
Currently the make file setup on AIX determines the NUM_CORES based on the AIX physical processors. However, better performance can be leveraged on SMT enabled AIX machines. From my testing build times up to 30% quicker.
Querying the LCPUs via 'pmcycles -m' can be used on both SMT and non-SMT enabled AIX machines.
Querying the LCPUs via 'pmcycles -m' can be used on both SMT and non-SMT enabled AIX machines.
- backported by
-
JDK-8229403 Make better use of LCPUs when building on AIX
- Resolved
-
JDK-8230051 Make better use of LCPUs when building on AIX
- Resolved