On Fri, 15 Mar 2024 21:00:16 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:

>> So the current changes do not limit this to just `RawMonitorWait`. I was 
>> expecting to only see additional code in `RawMonitorWait` that emulates what 
>> the Java code does to get the virtual and carrier thread interrupt states in 
>> sync, using the interruptLock.
>
> Okay, I can do this separation.
> One minor concern is the `JavaThread::sleep_nanos(jlong nanos)` ?
> It is used by the `JavaThread::sleep(jlong millis)` which in tern is not used 
> much.

Fixed now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18093#discussion_r1527150170

Reply via email to