Integrated: 8308745: ObjArrayKlass::allocate_objArray_klass may call into java while holding a lock

Coleen Phillimore coleenp at openjdk.org
Fri Mar 8 13:31:03 UTC 2024


On Tue, 6 Feb 2024 22:59:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change creates a new sort of native recursive lock that can be held during JNI and Java calls, which can be used for synchronization while creating objArrayKlasses at runtime.
> 
> Passes tier1-7.

This pull request has now been integrated.

Changeset: 1877a487
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1877a4879598356b777742fe80bdd5fa77ca8e8d
Stats:     165 lines in 11 files changed: 87 ins; 43 del; 35 mod

8308745: ObjArrayKlass::allocate_objArray_klass may call into java while holding a lock

Reviewed-by: dlong, dholmes, fparain

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

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


More information about the serviceability-dev mailing list