RFR: 8284849: Add deoptimization to unified logging [v8]
Johan Sjölén
duke at openjdk.java.net
Fri Jun 10 09:38:13 UTC 2022
On Thu, 9 Jun 2022 22:21:11 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> Johan Sjölén has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix printing
>
> src/hotspot/share/runtime/deoptimization.cpp line 1858:
>
>> 1856: ls.print("pc=" INTPTR_FORMAT " relative_pc=" INTPTR_FORMAT,
>> 1857: pc, fr.pc() - nm->code_begin());
>> 1858: ls.cr();
>
> nits: you can combine this with print_cr().
> you can move `is_osr` in if (lt.is_enabled()) block.
Fixed!
-------------
PR: https://git.openjdk.org/jdk/pull/8812
More information about the hotspot-dev
mailing list