[lilliput-jdk17u:lilliput] RFR: 8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread

Roman Kennke rkennke at openjdk.org
Tue Apr 9 12:53:34 UTC 2024


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.

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

Commit messages:
 - 8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread

Changes: https://git.openjdk.org/lilliput-jdk17u/pull/81/files
  Webrev: https://webrevs.openjdk.org/?repo=lilliput-jdk17u&pr=81&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8324881
  Stats: 361 lines in 6 files changed: 302 ins; 10 del; 49 mod
  Patch: https://git.openjdk.org/lilliput-jdk17u/pull/81.diff
  Fetch: git fetch https://git.openjdk.org/lilliput-jdk17u.git pull/81/head:pull/81

PR: https://git.openjdk.org/lilliput-jdk17u/pull/81


More information about the lilliput-dev mailing list