You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "weldon washburn (JIRA)" <ji...@apache.org> on 2006/12/11 00:21:22 UTC

[jira] Assigned: (HARMONY-2560) Finalizer and weak reference for GCv5

     [ http://issues.apache.org/jira/browse/HARMONY-2560?page=all ]

weldon washburn reassigned HARMONY-2560:
----------------------------------------

    Assignee: weldon washburn

> Finalizer and weak reference for GCv5
> -------------------------------------
>
>                 Key: HARMONY-2560
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2560
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows and Linux 32-bit
>            Reporter: Li-Gang Wang
>         Assigned To: weldon washburn
>         Attachments: finalizer_weakref_for_GCv5_061210.patch, finalizer_weakref_for_GCv5_20061210.patch
>
>
> This patch implements finalizer and weak reference functions for GCv5.
> The finalizer threads are implemented as native threads. And weak reference enqueueing is also executed in a native thread. But these features will not affect the present implementation at all. They are only used for GCv5.
> To apply this patch, please firstly apply this patch:
> https://issues.apache.org/jira/browse/HARMONY-2509
> Then enter "drlvm/trunk", "patch -p1 < finalizer_weakref_for_GCv5_20061210.patch"
> Files added in this patch include:
> drlvm/trunk/vm/vmcore/include/finalizer_thread.h
> drlvm/trunk/vm/vmcore/include/ref_enqueue_thread.h
> drlvm/trunk/vm/vmcore/src/init/finalizer_thread.cpp
> drlvm/trunk/vm/vmcore/src/init/ref_enqueue_thread.cpp
> drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.h
> drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.cpp
> drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.h
> drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira