RFR: 8284849: Add deoptimization to unified logging [v6]
Johan Sjölén
duke at openjdk.java.net
Thu Jun 9 12:28:34 UTC 2022
On Wed, 8 Jun 2022 17:36:43 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>I may be was not clear but do not use % for OSR marking.
My bad, I misunderstood you.
>Please, print pc and relative_pc at the end of output.
Fixed.
> src/hotspot/share/runtime/deoptimization.cpp line 1852:
>
>> 1850: nm->method()->print_short_name(&ls);
>> 1851: ls.print(" @ ");
>> 1852: ls.print("%d ", trap_bci);
>
> Instead of `@ %d` please use same pattern: `trap_bci=%d`.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8812
More information about the hotspot-dev
mailing list