Skip to content

Commit

Permalink
Bring MRP up-to-date with relevant changes from RVM@r15595. In partic…
Browse files Browse the repository at this point in the history
…ular MMTk harness improvements and RVM-800.
  • Loading branch information
Ian Rogers committed Mar 17, 2009
1 parent 460ec76 commit db3c06d
Show file tree
Hide file tree
Showing 84 changed files with 1,499 additions and 799 deletions.
5 changes: 5 additions & 0 deletions MMTk/ext/vm/harness/org/mmtk/harness/vm/Factory.java
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,9 @@ public ShortStream newGCspyShortStream(
public org.mmtk.vm.MMTk_Events newEvents() {
return new MMTkEvents();
}

@Override
public Debug newDebug() {
return new Debug();
}
}
Loading

0 comments on commit db3c06d

Please sign in to comment.