Integrated: JDK-8304820: Statically allocate ObjectSynchronizer mutexes

Justin King jcking at openjdk.org
Fri Mar 31 14:31:36 UTC 2023


On Thu, 23 Mar 2023 15:53:28 GMT, Justin King <jcking at openjdk.org> wrote:

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

This pull request has now been integrated.

Changeset: fe42312f
Author:    Justin King <jcking at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fe42312f9b0f8e602b85911307dafb6ddd327bc8
Stats:     17 lines in 1 file changed: 8 ins; 0 del; 9 mod

8304820: Statically allocate ObjectSynchronizer mutexes

Reviewed-by: dcubed, dholmes

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

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


More information about the hotspot-runtime-dev mailing list