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 10:54:49 UTC

[jira] Assigned: (HARMONY-2881) [drlvm][em64t][jitrino] Jitrino doesn't support heap size >= 2Gb

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

Alexey Varlamov reassigned HARMONY-2881:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][em64t][jitrino] Jitrino doesn't support heap size >= 2Gb
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2881
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2881
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: HARMONY-2881.patch
>
>
> Simple test crashes on DRLVM/Jitrino when running with 2.5Gb heap: java -Xmx2500m -Xms2500m Test 
> public class Test {
>     public static void main(String[] args) {
>         while (true) {
>             byte[] b = new byte[10240];
>         }
>     }
> }
> It works fine using interpreter.

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