You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Geir Magnusson Jr (JIRA)" <ji...@apache.org> on 2006/10/09 23:52:22 UTC

[jira] Assigned: (HARMONY-1537) Thread.currentThread().isAlive() returns false

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

Geir Magnusson Jr reassigned HARMONY-1537:
------------------------------------------

    Assignee: Geir Magnusson Jr

> Thread.currentThread().isAlive() returns false
> ----------------------------------------------
>
>                 Key: HARMONY-1537
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1537
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Geir Magnusson Jr
>         Attachments: HARMONY-1537.patch, HARMONY-1537_updated.patch
>
>
> Kernel unit test ThreadTest.testIsAliveCurrent() fails now because of Thread.currentThread().isAlive() returns false. 
> The following test case reproduces the issue:
> public class Test {
>     public static void main(String[] args) {
>         System.out.println("true = " + Thread.currentThread().isAlive());
>     }
> }
> Only DRLVM prints "true = false" :(

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