RFR: 8298241: Replace C-style casts with JavaThread::cast [v2]
David Holmes
dholmes at openjdk.org
Thu Dec 15 21:20:31 UTC 2022
On Thu, 15 Dec 2022 07:07:26 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed commented examle.
>
> Marked as reviewed by stefank (Reviewer).
Thanks for the reviews @stefank and @sspitsyn !
> src/hotspot/share/runtime/frame.cpp line 1568:
>
>> 1566: }
>> 1567: }
>> 1568: // if (error) { tty->cr(); print_on(nullptr, tty); }
>
> This probably need the same cast as in print_frame_layout, to disambiguate the call.
Fixed
-------------
PR: https://git.openjdk.org/jdk/pull/11682
More information about the serviceability-dev
mailing list