On Tue, 6 Feb 2024 22:59:04 GMT, Coleen Phillimore <cole...@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 <cole...@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

Reply via email to