RFR: JDK-8304820: Statically allocate ObjectSynchronizer mutexes [v4]

Justin King jcking at openjdk.org
Tue Mar 28 13:29:01 UTC 2023


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

Justin King has updated the pull request incrementally with one additional commit since the last revision:

  Remove unnecessary align_up
  
  Signed-off-by: Justin King <jcking at google.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13160/files
  - new: https://git.openjdk.org/jdk/pull/13160/files/7aab9bea..ff6e9d1c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13160&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13160&range=02-03

  Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 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