Package org.mmtk.plan

Examples of org.mmtk.plan.MutatorContext


          if (clsName.charAt(7) == 'L') isRefArray = true;
      }
      boolean isAcyclic = false//wjw -- I don't have a clue what this is...

      Space spx = Space.getSpaceForObject(object);
      MutatorContext mc = SelectedPlan.ap.mutator();
      Allocator alc = mc.getAllocatorFromSpace(spx)//but alloc is an "int, not an "Allocator".  Go figure...
 
      int [] offs = new int [0];
      /////888888888888888888888888888888
      if (isArr == false)   //build the correct offset table
          {
View Full Code Here

TOP

Related Classes of org.mmtk.plan.MutatorContext

Copyright © 2018 www.massapicom. 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.