Package org.mmtk.plan

Examples of org.mmtk.plan.CollectorContext.collect()


   */
  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
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.