-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b03
-
aarch64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248686 | 11.0.9-oracle | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8227148 | 11.0.5 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8260742 | openjdk8u292 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
JDK-8318003 | 8u401 | Adithya Haradi Gopal | P4 | Resolved | Fixed | b03 |
Currently the jtreg test jdk/jfr/event/os/TestCPUInformation.java fails on AArch64. The failure occurs when the event
Event: jdk.CPUInformation {
startTime = 04:06:19.049
cpu = "AArch64"
description = "0x50:0x0:0x000:1, simd"
sockets = 8
cores = 8
hwThreads = 8
}
is tested. Reason is that the description part misses some info present on other platforms. The test expects any of ("Intel", "AMD", "Unknown x86", "SPARC", "ARM", "PPC", "PowerPC", "AArch64", "zArch") in the description string.
Event: jdk.CPUInformation {
startTime = 04:06:19.049
cpu = "AArch64"
description = "0x50:0x0:0x000:1, simd"
sockets = 8
cores = 8
hwThreads = 8
}
is tested. Reason is that the description part misses some info present on other platforms. The test expects any of ("Intel", "AMD", "Unknown x86", "SPARC", "ARM", "PPC", "PowerPC", "AArch64", "zArch") in the description string.
- backported by
-
JDK-8227148 jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
- Resolved
-
JDK-8248686 jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
- Resolved
-
JDK-8260742 jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
- Resolved
-
JDK-8318003 jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
- Resolved
- relates to
-
JDK-8257192 Integrate AArch64 JIT port into 8u
- Resolved