RFR: 8356027: Print enhanced compilation timings [v4]
Vladimir Kozlov
kvn at openjdk.org
Tue May 6 14:24:18 UTC 2025
On Mon, 5 May 2025 21:01:10 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revert the shared printing block
>
> src/hotspot/share/compiler/compileTask.cpp line 235:
>
>> 233: } else {
>> 234: st->print("%7s ", "");
>> 235: }
>
> Can this be a function since you repeat the code 3 times
No need new function since it is only 2 times now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24984#discussion_r2075593405
More information about the hotspot-dev
mailing list