-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 16
-
b18
-
aarch64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8277735 | 11.0.15-oracle | Fairoz Matte | P4 | Resolved | Fixed | b01 |
JDK-8275159 | 11.0.14 | Christoph Langer | P4 | Resolved | Fixed | b01 |
JDK-8289191 | 8u351 | Fairoz Matte | P4 | Resolved | Fixed | b01 |
CPU feature detection in cpu/aarch64 assumes running on Linux. As a preparation for support of non-Linux AArch64 systems (i.e. windows-aarch64), Linux-specific code should go to os_cpu/linux_aarch64/vm_version_xxx.cpp.
There is also a chance to clean up a bit:
1. CPU features detection stub can be optimized
2. dcpop feature is parsed from /proc/cpuinfo, although it is also available in HWCAP vector.
3. AArch64 Feature_Flags implicitly mirrors of Linux HWCAP
- backported by
-
JDK-8275159 Aarch64: Move linux code out from generic CPU feature detection
- Resolved
-
JDK-8277735 Aarch64: Move linux code out from generic CPU feature detection
- Resolved
-
JDK-8289191 Aarch64: Move linux code out from generic CPU feature detection
- Resolved
- relates to
-
JDK-8255975 Fix AArch64 OpenJDK build failure with gcc-5
- Resolved
-
JDK-8255716 AArch64: Regression: JVM crashes if manually offline a core
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/d336b240
-
Commit openjdk/jdk/ec9bee68
-
Review openjdk/jdk11u-dev/299
-
Review openjdk/jdk/154