RFR: JDK-8304820: Statically allocate ObjectSynchronizer mutexes

Justin King jcking at openjdk.org
Thu Mar 23 16:03:12 UTC 2023


Similar to https://git.openjdk.org/jdk/pull/13143, statically allocate mutexes which live for the lifetime of the process.

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

Commit messages:
 - Statically allocate ObjectSynchronizer mutexes

Changes: https://git.openjdk.org/jdk/pull/13160/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13160&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8304820
  Stats: 9 lines in 1 file changed: 0 ins; 1 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/13160.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13160/head:pull/13160

PR: https://git.openjdk.org/jdk/pull/13160


More information about the hotspot-runtime-dev mailing list