*/
public final void triggerCollection(int why) throws InterruptiblePragma {
//System.out.println("org.apache.HarmonyDRLVM.mm.mmtk.Collection.triggerCollection() -2- has been called why = " + why);
//VM.assertions._assert(false);
CollectorContext cc = SelectedPlan.ap.collector();
cc.collect();
}
/**
* Triggers a collection without allowing for a thread switch. This is needed