You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Chen Yang (JIRA)" <ji...@apache.org> on 2008/03/18 15:41:24 UTC

[jira] Commented: (HARMONY-5605) [drlvm][gc] collect_kind refactoring for better modularity

    [ https://issues.apache.org/jira/browse/HARMONY-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579873#action_12579873 ] 

Chen Yang commented on HARMONY-5605:
------------------------------------

We have updated the GC minor and major algorithm option:
For minor algorithm, option can be: -XX:gc.minor_algorithm=partial_forward or semi_space
For major algorithm, option can be: -XX:gc.major_algorithm=slide_compact  or move_compact  or mark_sweep


> [drlvm][gc] collect_kind refactoring for better modularity
> ----------------------------------------------------------
>
>                 Key: HARMONY-5605
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5605
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>    Affects Versions: 5.0M6
>         Environment: All related environment: Win32/Win64/Linux32/Linux64
>            Reporter: Chen Yang
>            Assignee: Xiao-Feng Li
>             Fix For: 5.0M6
>
>         Attachments: collect_kind_refactor.patch
>
>
> This patch refactors the design of collect_kind and collect_algorithm in GC, so that it has better modularity when supporting multiple different GC algorithms and collection kinds. The patch also includes two fixes and mark prefetch support in the Semispace GC.

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