RFR: 8032901: WaitForMultipleObjects() return value not handled appropriately

Aleksej Efimov aleksej.efimov at oracle.com
Tue May 13 10:46:02 UTC 2014


Hi,

Can I have a review for 8032901 bug [1] fix [2]. There is a possible 
case when 'WaitForMultipleObjects' function can return the 
WAIT_ABANDONED_0 [3] error value.
In such case it's better to release the mutex and return error value. 
This will prevent other threads to be blocked on abandoned mutex.

Thank you,
Aleksej

[1] https://bugs.openjdk.java.net/browse/JDK-8032901
[2] http://cr.openjdk.java.net/~aefimov/8032901/9/webrev.00/
[3] 
http://msdn.microsoft.com/en-gb/library/windows/desktop/ms687025(v=vs.85).aspx 




More information about the core-libs-dev mailing list