(60 pts)You should have been exploring with Jikes JVM. You should also be
familiar with its object layout, how it
interprets and executes programs written in Java and have an
idea of how it uses its memory management toolkit to handle
memory management for programs written in Java.
For this milestone you will add and test the tutorial garbage collector
described in Jikes Memory Management Toolkit.
- Download the MMTK guide located at
http://cs.anu.edu.au/~Robin.Garner/mmtk-guide.pdf.
- follow the instructions on adding the tutorial garbage
collector.
- What instructions do I enter to run it?
- As you add the tutorial collector,
answer the following questions:
- What garbage collection technique does the tutorial
garbage collector implements.
- How easy/difficult was it to add, configure, and use
the tutorial garbage collector?
- How would you rate the instructions provided in the
MMTK guide? Explain.
- How did you test your installation of the tutorial
garbage collector?
- What additional insights can you share on adding and
testing garbage collectors in Jikes RVM?
- Be thinking of the garbage collection algorithm you
would like to add for the next phase of the project.