[jdk11u-dev] Integrated: 8294580: frame::interpreter_frame_print_on() crashes if free BasicObjectLock exists in frame

Richard Reingruber rrich at openjdk.org
Thu Dec 15 08:27:10 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!

This pull request has now been integrated.

Changeset: 3f66b162
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/3f66b16257c0c444209fa5c8cf00c9b8c08c0fd0
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8294580: frame::interpreter_frame_print_on() crashes if free BasicObjectLock exists in frame

Reviewed-by: mdoerr
Backport-of: bdb4ed0fb136e9e5391cfa520048de6b7f83067d

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1590


More information about the jdk-updates-dev mailing list