RFR: JDK-8301661: Enhance os::pd_print_cpu_info on macOS and Windows [v4]

Matthias Baesken mbaesken at openjdk.org
Thu Feb 9 10:21:11 UTC 2023


> Enhance os::pd_print_cpu_info on macOS and Windows by information about CPU frequency and caches.
> On Windows , this info can be obtained by the Processor Power Information API or "powerbase" (CallNtPowerInformation , see https://learn.microsoft.com/en-us/windows/win32/api/powerbase/nf-powerbase-callntpowerinformation ); this is available since Windows Server 2003/XP.
> On macOS, sysctlbyname can be used.

Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:

  link powrprof lib without pragma

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/12403/files
  - new: https://git.openjdk.org/jdk/pull/12403/files/12cf8db3..9a311018

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12403&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12403&range=02-03

  Stats: 5 lines in 2 files changed: 0 ins; 3 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/12403.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12403/head:pull/12403

PR: https://git.openjdk.org/jdk/pull/12403


More information about the hotspot-runtime-dev mailing list