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

Matthias Baesken mbaesken at openjdk.org
Wed Feb 15 17:55:44 UTC 2023


On Thu, 9 Feb 2023 10:21:11 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

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

Hi David are you okay with the latest version ?

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

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



More information about the build-dev mailing list