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

  Rename variables, adjust output, add a break

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12403/files
  - new: https://git.openjdk.org/jdk/pull/12403/files/2811225e..439644e2

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

  Stats: 12 lines in 1 file changed: 1 ins; 0 del; 11 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

Reply via email to