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

[jira] Updated: (HARMONY-2437) [DRLVM] out of memory creating unused Threads

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

Ivan Volosyuk updated HARMONY-2437:
-----------------------------------

    Attachment: h-2437-fix.diff

Fixed thread manager not to hold unused Thread objects.

> [DRLVM] out of memory creating unused Threads
> ---------------------------------------------
>
>                 Key: HARMONY-2437
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2437
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h-2437-fix.diff
>
>
> Simple test which fails with OOME:
> public class Test extends Thread {
>     public static void main(String args[]) {
>         for(;;) {
>             new Test();
>         }
>     }
> }

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