You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ming Wu (JIRA)" <ji...@apache.org> on 2006/06/20 04:23:30 UTC

[jira] Commented: (HARMONY-622) A GC module written in Java for DRLVM

    [ http://issues.apache.org/jira/browse/HARMONY-622?page=comments#action_12416836 ] 

Ming Wu commented on HARMONY-622:
---------------------------------

To apply the patch:
  cd <DRLVM_HOME>/vm
  patch -p1 <....patch

To run drlvm with the Java GC:
  cd $JAVA_GC_HOME 
  tar zxvf javagc.tar.gz 
  ij -classpath ./:$JAVA_GC_HOME/javagc HelloWorld



> A GC module written in Java for DRLVM
> -------------------------------------
>
>          Key: HARMONY-622
>          URL: http://issues.apache.org/jira/browse/HARMONY-622
>      Project: Harmony
>         Type: New Feature

>   Components: Contributions
>  Environment: Linux, IA-32
>     Reporter: Ming Wu
>     Priority: Minor
>  Attachments: drlvm-patch-for-java-mark-sweep-gc.diff, javagc.tar.gz
>
> A Java GC with mark-sweep algorithm.
> The GC is not prebuilt into binary, but loaded and jitted by the VM at runtime.
> It is actually the rewrite of gc_mf of drlvm in Java language.

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