You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2007/07/02 17:45:04 UTC

[jira] Updated: (HARMONY-4312) [drlvm][lang-management] ThreadMXBean methods must return info only for live threads

     [ https://issues.apache.org/jira/browse/HARMONY-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Yakushev updated HARMONY-4312:
-------------------------------------

    Attachment: H4312.patch

H4312.patch adds the check if thread alive when needed. It also eliminales several found memory leaks.

> [drlvm][lang-management] ThreadMXBean methods must return info only for live threads
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4312
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4312
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Revision: 552484
>            Reporter: Andrey Yakushev
>         Attachments: H4312.patch
>
>
> java.lang.management .ThreadMXBean methods should take into account only live threads. Current implementation sometimes returns info for just terminated thread. For example, it becomes the reason of org.apache.harmony.lang.management.tests.java.lang.management.ThreadMXBeanTest.testGethThreadInfoLongForTerminatedThread fail (see HARMONY-3844)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.