Updated the ruby repo revision to fix a bug where the number of mutators returned from ActivePlan::number_of_mutators does not match the number of mutators returned from ActivePlan::mutators.
Also updated the mmtk-core repo revision. More assertions are added so that such bugs can be detected earlier.
Updated the
ruby
repo revision to fix a bug where the number of mutators returned fromActivePlan::number_of_mutators
does not match the number of mutators returned fromActivePlan::mutators
.Also updated the
mmtk-core
repo revision. More assertions are added so that such bugs can be detected earlier.mmtk-core PR: https://github.com/mmtk/mmtk-core/pull/1182 ruby PR: https://github.com/mmtk/ruby/pull/84
Fixes: https://github.com/mmtk/mmtk-ruby/issues/84