-
Enhancement
-
Resolution: Fixed
-
P4
-
10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203967 | 11.0.1 | Gustavo Romero | P4 | Resolved | Fixed | team |
JDK-8205544 | 10u-cpu | Gustavo Romero | P4 | Resolved | Fixed | master |
JDK-8204990 | 10.0.2 | Gustavo Romero | P4 | Resolved | Fixed | b10 |
JDK-8204631 | 10u-open | Gustavo Romero | P4 | Resolved | Fixed | master |
Previously RTM (aka HTM on Power) was enabled on Linux following a conservative approach the consisted in parsing kernel's major/minor version and avoiding the old ones.
Currenlty HTM support on POWER9 is (due to an issue with its implementation in the die) has a new mode called "TM with No Suspend Mode" which is not mature yet and so JVM should not at the moment enable RTM when running on these machines (that new mode is advertised by the kernel in AUXV as PPC_FEATURE2_HTM_NO_SUSPEND).
Currenlty HTM support on POWER9 is (due to an issue with its implementation in the die) has a new mode called "TM with No Suspend Mode" which is not mature yet and so JVM should not at the moment enable RTM when running on these machines (that new mode is advertised by the kernel in AUXV as PPC_FEATURE2_HTM_NO_SUSPEND).
- backported by
-
JDK-8203967 PPC64: Improve TM detection for enabling RTM on Linux / POWER9
- Resolved
-
JDK-8204631 PPC64: Improve TM detection for enabling RTM on Linux / POWER9
- Resolved
-
JDK-8204990 PPC64: Improve TM detection for enabling RTM on Linux / POWER9
- Resolved
-
JDK-8205544 PPC64: Improve TM detection for enabling RTM on Linux / POWER9
- Resolved