RFR: JDK-8304820: Statically allocate ObjectSynchronizer mutexes [v3]
Justin King
jcking at openjdk.org
Mon Mar 27 20:24:42 UTC 2023
On Mon, 27 Mar 2023 18:16:50 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.
>
> Justin King has updated the pull request incrementally with one additional commit since the last revision:
>
> Update approach to avoid implicit constructors
>
> Signed-off-by: Justin King <jcking at google.com>
Yeah, sorry had to fix how the storage was declared. Forgot that the compiler inserts the default constructor if you use a typed array. Should be good now, waiting on GHA to confirm.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13160#issuecomment-1485813481
More information about the hotspot-runtime-dev
mailing list