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

Martin Doerr mdoerr at openjdk.org
Tue Oct 24 12:24:42 UTC 2023


On Tue, 24 Oct 2023 02:47:55 GMT, Dean Long <dlong at openjdk.org> wrote:

> The patch fails for me even though the locks are correct, because kptr->obj()->print_string() is not null-terminated. The patch needs to use strncmp or maybe something like kptr->obj()->klass()->name()->as_C_string().

Never mind, I have found a new solution. Thanks for looking into it!

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

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


More information about the hotspot-dev mailing list