RFR: 8316746: Top of lock-stack does not match the unlocked object [v3]

David Holmes dholmes at openjdk.org
Tue Oct 3 02:13:42 UTC 2023


On Fri, 29 Sep 2023 14:00:25 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> `for (index = mcnt; ...`

Shouldn't that be `for (index = mcnt -1; ...` as index < mcnt?

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

PR Comment: https://git.openjdk.org/jdk/pull/15903#issuecomment-1744053970


More information about the hotspot-dev mailing list