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

AIX: os::get_summary_cpu_info does not need to call into libperfstat

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 10
    • hotspot
    • b01
    • aix

      The code of os::get_summary_cpu_info in os_aix.cpp calls into the libperfstat wrapper to get an instance of the cpuinfo_t struct filled. But it is only interested in the system/processor version string. This information can directly be acquired from the static _system_configuration.version field and does not need a libperfstat call. Also, libperfstat::get_cpuinfo does not need to maintain a field 'version' because it is not used anywhere else but os::get_summary_cpu_info.

            clanger Christoph Langer
            clanger Christoph Langer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: