You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2008/03/03 14:46:50 UTC

[jira] Commented: (HARMONY-5539) [drlvm][vmcore] Updated class-unloading with less weak roots

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

Pavel Pervov commented on HARMONY-5539:
---------------------------------------

Chunrong,

it's neat tweak to update vtable roots after GC. Patch is ok.

> [drlvm][vmcore] Updated class-unloading with less weak roots
> ------------------------------------------------------------
>
>                 Key: HARMONY-5539
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5539
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Any
>            Reporter: Chunrong Lai
>         Attachments: cu.reducedweakroots.patch
>
>   Original Estimate: 0.33h
>  Remaining Estimate: 0.33h
>
>  Current class unloading implementation uses weak roots to communicate with VM <-> GC which introduce space penalty and copying overhead, as discussed in HARMONY-4477.
>  Attached patch reduces the weak roots with an extra loop in VM to update the pointers.

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