Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8215961

jdk/jfr/event/os/TestCPUInformation.java fails on AArch64

XMLWordPrintable

    • b03
    • aarch64
    • linux

        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.

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: