RFR: 8308745: ObjArrayKlass::allocate_objArray_klass may call into java while holding a lock [v3]
Coleen Phillimore
coleenp at openjdk.org
Thu Mar 7 13:21:09 UTC 2024
> 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.
Coleen Phillimore has updated the pull request incrementally with two additional commits since the last revision:
- Missed a word.
- David's comment fixes.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17739/files
- new: https://git.openjdk.org/jdk/pull/17739/files/d64aa560..88fd6f13
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17739&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17739&range=01-02
Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/17739.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17739/head:pull/17739
PR: https://git.openjdk.org/jdk/pull/17739
More information about the hotspot-dev
mailing list