On Thu, 15 Dec 2022 07:07:26 GMT, Stefan Karlsson <stef...@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