RFR: 8365633: Incorrect info is reported on hybrid CPU [v2]

Vladimir Kozlov kvn at openjdk.org
Fri Aug 22 00:25:53 UTC 2025


On Fri, 22 Aug 2025 00:14:16 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> @YaSuenag  Is it possible to find from CPUID or OS calls the information about hybrid CPU configuration?
>> 
>> "( 2 P cores, 8 E cores, 2 LP cores)" in you case.  I would prefer if for hybrid CPU we print that info instead of "(7 cores per cpu, 2 threads per core) ".
>> 
>> It is important information when we debug issue on such CPUs.
>
> @vnkozlov I'd like it if we could produce accurate information too but the OS doesn't supply it to us and doing it via CPUID is absurdly complicated. VMVersion is not setup to handle different kinds of cores.

@dholmes-ora okay. Then we need, at least, to print "(hybrid cpu)".

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

PR Comment: https://git.openjdk.org/jdk/pull/26808#issuecomment-3212551582


More information about the hotspot-dev mailing list