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

David Holmes dholmes at openjdk.org
Thu Aug 21 02:28:51 UTC 2025


On Thu, 21 Aug 2025 00:12:12 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> > `(14 threads)` is just as wrong as it implies 1 processor/core with 14 threads.
> 
> I don't think so because I think it does not contain neither "per core", thus it implies "total number of threads is 14".
> 
> However I don't stick to show number of threads on hybrid CPU because the user can refer data sheet from processor model name. I think it can be changed to nothing to show or "14 threads per processor" for clarification. Which do you like?

I prefer nothing - thanks. "threads" is generally understood to be a sub-unit of "cores" which are a sub-unit of "processors", which might be a sub-unit of "sockets".

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

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


More information about the hotspot-dev mailing list