You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Salikh Zakirov (JIRA)" <ji...@apache.org> on 2006/11/16 19:23:37 UTC

[jira] Created: (HARMONY-2219) [drlvm][thread] fix Thread.start() waiting to prevent losing interruption

[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

        

[jira] Updated: (HARMONY-2219) [drlvm][thread] fix Thread.start() waiting to prevent losing interruption

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2219?page=all ]

Salikh Zakirov updated HARMONY-2219:
------------------------------------

    Attachment: fix-thread-start.patch

> [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