RFR: 8316746: Top of lock-stack does not match the unlocked object
Martin Doerr
mdoerr at openjdk.org
Mon Sep 25 21:14:12 UTC 2023
On Mon, 25 Sep 2023 13:57:26 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I think we need to support "Top of lock-stack does not match the unlocked object" and take the slow path. Reason: see JBS issue.
> Currently only PPC64, x86_64 and aarch64 code. I'd like to get feedback before implementing it for other platforms (needed for all platforms).
I've added x86_64 and aarch64 support in case somebody else has seen similar problems and would like to try this patch.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15903#issuecomment-1734465087
More information about the hotspot-dev
mailing list