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

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

    XMLWordPrintable

Details

    • b03
    • aarch64
    • linux

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: