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/10/01 00:40:21 UTC

[jira] Assigned: (HARMONY-816) Initial WBs for Java in Jitrino.JET

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

weldon washburn reassigned HARMONY-816:
---------------------------------------

    Assignee: weldon washburn

> Initial WBs for Java in Jitrino.JET
> -----------------------------------
>
>                 Key: HARMONY-816
>                 URL: http://issues.apache.org/jira/browse/HARMONY-816
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Contributions
>         Environment: DRLVM+Jitrino
>            Reporter: Alex Astapchuk
>         Assigned To: weldon washburn
>         Attachments: magic.zip, magic2.zip, magics.cpp, magics.cpp, magics.cpp, magics.cpp, magics.cpp, PlanLocal.java, test.java, wb4j_jet.diff
>
>
> Initial implementation of write barriers for MMTk in Jitrino.JET,
> including support for magics.
> To use the implementation:
> 1. copy wb4j_jet.diff into vm/ and apply 'patch -p0 < wb4j_jet.diff'
> 2. copy magics.cpp into vm/jitrino/src/jet
> 3. compile attached test.java and PlanLocal.java (note: you need 
> org/vmmagic/unboxed or its stubs available)
> By default, the WB code generation is off, to turn it on start VM as
> follows:
> ij -Xem jet: -Xjit jet::wb4j test
> Currently, you will see no visible effect, you can only test it in debugger.
> Note: current implementation only inserts WBs into a method named testWB of class test.
> This is done intentionally to avoid breaking normal execution of bootstrap.
> If you want to change this behavior, then please edit vm/jitrino/src/jet/compiler.cpp
> (look for string test::testWB).

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