RFR: 8259563: The CPU model name is printed multiple times when using -Xlog:os+cpu

Wang Xue wangxue at openjdk.java.net
Thu Jan 14 08:58:03 UTC 2021


On Thu, 14 Jan 2021 07:14:06 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Hi all,
>> 
>> The CPU model name will be printed multiple times if the platform only has model name but no flags (such as mips) when using -Xlog:os+cpu. "model_name_printed" should be initialized to "false" before the loop. Please review this trivial change.
>> 
>> Thanks,
>> Wang Xue
>
> Looks good and trivial.
> 
> Thanks,
> David

@dholmes-ora Thanks for your review. Could you please sponsor it for me?

Thanks,
Wang Xue

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

PR: https://git.openjdk.java.net/jdk/pull/2026


More information about the hotspot-runtime-dev mailing list