[lilliput-jdk17u:lilliput] RFR: 8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread
Aleksey Shipilev
shade at openjdk.org
Tue Apr 9 16:31:12 UTC 2024
On Tue, 9 Apr 2024 12:48:45 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> Backport of https://github.com/openjdk/jdk/commit/a3a2b1fbbf00577ce1d0e3a44e9537e997b30b05
>
> This is a bugfix related to lightweight locking. It's not clean due to various small diffs, e.g. thread-cast, nullptr vs NULL, -XX:+UnlockExperimentalVMOptions and context.
This is somewhat scary, as it touches a lot of shared code. But it looks fine. We would need to comb through the diff with upstream 17u after all this...
-------------
Marked as reviewed by shade (Committer).
PR Review: https://git.openjdk.org/lilliput-jdk17u/pull/81#pullrequestreview-1989559102
More information about the lilliput-dev
mailing list