You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Robin Garner <Ro...@anu.edu.au> on 2005/07/06 06:17:01 UTC

MMTk (was Re: Minutes of First Harmony Meeting)

On Tue, 2005-07-05 at 16:27 -0400, David P Grove wrote:
> take a look at the javadoc (http://jikesrvm.sourceforge.net/api/).  That 
> should be "mostly harmless" from a contamination perspective.
> 
> --dave

So if you do this, the packages you want to look at are:

org.mmtk.vm - This is what MMTk requires the VM to provide

com.ibm.JikesRVM.memoryManagers.mmInterface - This is what JikesRVM
require its memory manager to provide it.


Are you allowed to download code licensed under LGPL ?  If so, another
route to checking out the interface is to download Jnode from
www.jnode.org and look at their implementation of the VM interface.

cheers