[jdk11u-dev] RFR: 8294580: frame::interpreter_frame_print_on() crashes if free BasicObjectLock exists in frame
Martin Doerr
mdoerr at openjdk.org
Wed Dec 14 09:56:02 UTC 2022
On Tue, 13 Dec 2022 14:17:28 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [openjdk/jdk at bdb4ed0](https://github.com/openjdk/jdk/commit/bdb4ed0fb136e9e5391cfa520048de6b7f83067d).
>
> The commit being backported was authored by Richard Reingruber on 12 Oct 2022 and was reviewed by dholmes and mdoerr. It applied cleanly but did not compile. As a fix, `nullptr` was replaced with `NULL`.
>
> The fix passed our CI testing which includes JCK and JTREG tests on the standard platforms and also on Linux/PPC64le.
>
> Thanks!
Adaptation looks good and trivial.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.org/jdk11u-dev/pull/1590
More information about the jdk-updates-dev
mailing list