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/05/30 10:29:16 UTC

[jira] Commented: (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:comment-tabpanel#action_12500064 ] 

Xiao-Feng Li commented on HARMONY-3993:
---------------------------------------

I found GCv4.1 breaks lusearch as well in 7 iterations sometimes. 

Btw, the gc_common.cpp in above comment is under gc_gen/src/common/.

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