Integrated: 8316746: Top of lock-stack does not match the unlocked object

Martin Doerr mdoerr at openjdk.org
Thu Nov 9 10:17:13 UTC 2023


On Fri, 27 Oct 2023 19:26:54 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> It took me quite a long journey to figure out that C2 OSR goes wrong only in the test "vmTestbase/nsk/jdi/StepEvent" because the interpreter fills the slots in a different order as expected by C2. (Interpreter and C1 don't care about it.)
> I've reimplemented the search loop in `monitorenter`, improved comments and cleaned up the related code a bit. The test is passing with this change.

This pull request has now been integrated.

Changeset: 7d8adfa8
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7d8adfa855e51a90c2f125fc20a06f9a488e6248
Stats:     160 lines in 7 files changed: 76 ins; 44 del; 40 mod

8316746: Top of lock-stack does not match the unlocked object

Reviewed-by: rrich, lucy

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

PR: https://git.openjdk.org/jdk/pull/16406


More information about the hotspot-runtime-dev mailing list