|
Relates :
|
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.
|