[drlvm][thread] fix Thread.start() waiting to prevent losing interruption
-------------------------------------------------------------------------
Key: HARMONY-2219
URL: http://issues.apache.org/jira/browse/HARMONY-2219
Project: Harmony
Issue Type: Sub-task
Reporter: Salikh Zakirov
Attachments: fix-thread-start.patch
This is a splitted out part of H-1789.patch from HARMONY-1789, originally posted by Nikolay
Kuznetsov.
fix-thread-start.patch fixes Thread.start() to remember interrupted status if interruptions
occur while it waits for the other thread to start,
and restore interrupted status before returning.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|