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/14 18:29:36 UTC

[jira] Resolved: (HARMONY-1816) [DRLVM] drlvm counts non daemon threads incorrectly

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

Geir Magnusson Jr resolved HARMONY-1816.
----------------------------------------

    Resolution: Fixed

r463973

Ubuntu 6 - testcase, smoke, c-unit, ~kernel

> [DRLVM] drlvm counts non daemon threads incorrectly
> ---------------------------------------------------
>
>                 Key: HARMONY-1816
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1816
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Nikolay Kuznetsov
>         Assigned To: Geir Magnusson Jr
>         Attachments: HARMONY-1816.patch, Test1.java
>
>
> There are several problems with non demon(those which vm should wait before destroing itself) threads counting in drlvm:
> 1. Non daemon threads count being increased by the thread being run
> This leads to the problem that main thread may finish w/o waiting for the child non-daemon thread;
> 2. Main thread waiting while number of non daemon threads will be equal to zero, while the main thread itself also non daemon thread
> (waiting method checks at enter that thread count should be <= 1, but waits on condition while count ==0)
> Basically this causes vm to hang at shutdown if child thread works longer than main method.

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