You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2007/06/06 16:37:26 UTC

[jira] Closed: (HARMONY-3993) [drlvm][jit] Enumeration error when running Dacapo lusearch

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

Xiao-Feng Li closed HARMONY-3993.
---------------------------------

    Resolution: Cannot Reproduce

> [drlvm][jit] Enumeration error when running Dacapo lusearch
> -----------------------------------------------------------
>
>                 Key: HARMONY-3993
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3993
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Win32, debug version
>            Reporter: Qi Ji
>
> I found the vm reports assertion failure when doing enumeration recently. 
> To reproduce the bug easily, you can check out revision 542129 to get the code that is easy to reproduce the bug. Change one line of code in gc_common.cpp (line:49) to permit a 16MB minimal heap size, which helps to reproduce the bug:
> - POINTER_SIZE_INT min_heap_size_bytes = 32 * MB;
> +POINTER_SIZE_INT min_heap_size_bytes = 16 * MB;
> and use the following command line:
> java.exe -Xms16m -Xmx16m -cp . -s large lusearch
>  

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