XPD, a Mark-Compact Collector algorithm implementation for MMTk. XPDBench is a micro-benchmark for the garbage collection algorithm implementations in java.
The product can be built using Apache Maven.
Build using:
mvn clean packageThe built jar with dependencies and the configuration file (xpdbench.xml) will be available in the target directory.
The application can be configured using xpdbench.xml.
To run using Java:
java -jar target/xpdbench-1.0.0-jar-with-dependencies.jarFor Jikes RVM:
Replace /path/to/rvm with your actual Jikes RVM installation path:
/path/to/rvm/rvm -jar target/xpdbench-1.0.0-jar-with-dependencies.jar