You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/01/26 09:21:49 UTC

[jira] Resolved: (HARMONY-2437) [drlvm] out of memory creating unused Threads

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

Alexey Varlamov resolved HARMONY-2437.
--------------------------------------

    Resolution: Fixed

Fixed at r500175, slightly modified patch to iron copy-paste out and added  the ThreadOOM to smoke suite.

> [drlvm] out of memory creating unused Threads
> ---------------------------------------------
>
>                 Key: HARMONY-2437
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2437
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: h-2437-fix.diff, Test.java, ThreadOOM.java
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.