On Thu, 7 Mar 2024 01:38:56 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.
>
> Coleen Phillimore has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Dean's comments.

> Does a PlatformMutex handle priority-inheritance?

It would depend on the OS and the mutex impementation.  You can ignore my 
comment.  It was from long ago trying to put Java on top of a real-time OS.

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

PR Comment: https://git.openjdk.org/jdk/pull/17739#issuecomment-1982207873

Reply via email to