-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b18
-
ppc
-
linux, aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216523 | 11.0.3 | Gustavo Romero | P4 | Resolved | Fixed | master |
Currently PPC64 JVM is not able to detect POWER9 CPUs. By adding support for POWER9-specific instructions it's possible to detect when JVM is running on POWER9 CPUs, allowing to set POWER9-specific features on the JVM.
In that sense 'darn' instruction introduced with Power 9 can be used to detect POWER9 CPUs. For instance, 'darn' instruction can't be disable on OS level.
In that sense 'darn' instruction introduced with Power 9 can be used to detect POWER9 CPUs. For instance, 'darn' instruction can't be disable on OS level.
- backported by
-
JDK-8216523 PPC64: Enable POWER9 CPU detection
-
- Resolved
-