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/10/19 20:39:35 UTC

[jira] Updated: (HARMONY-1923) [drlvm] interrupted status is not cleared after throwing InterruptedException

     [ http://issues.apache.org/jira/browse/HARMONY-1923?page=all ]

Salikh Zakirov updated HARMONY-1923:
------------------------------------

    Attachment: Test.java

> [drlvm] interrupted status is not cleared after throwing InterruptedException
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-1923
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1923
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Salikh Zakirov
>         Attachments: Test.java
>
>
> DRLVM Thread Manager does not reset interrupted status after throwing InterruptedException,
> contrary to the specification -- javadoc of java.lang.Object.wait():
> Throws: ...
>     InterruptedException - if another thread interrupted the current thread before or while the current thread was waiting for a notification. The interrupted status of the current thread is cleared when this exception is thrown.
> The attached Test.java reproduces the issue.

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