Uses of Class
org.mmtk.vm.gcspy.Util

Packages that use Util
org.jikesrvm.mm.mmtk   
org.jikesrvm.mm.mmtk.gcspy   
org.mmtk.utility.gcspy   
org.mmtk.vm   
 

Uses of Util in org.jikesrvm.mm.mmtk
 

Methods in org.jikesrvm.mm.mmtk that return Util
 Util Factory.newGCspyUtil()
          Create a new Util instance using the appropriate VM-specific concrete Util sub-class.
 

Uses of Util in org.jikesrvm.mm.mmtk.gcspy
 

Subclasses of Util in org.jikesrvm.mm.mmtk.gcspy
 class Util
          This class provides generally useful methods.
 

Uses of Util in org.mmtk.utility.gcspy
 

Fields in org.mmtk.utility.gcspy declared as Util
static Util GCspy.util
           
 

Uses of Util in org.mmtk.vm
 

Methods in org.mmtk.vm that return Util
static Util VM.newGCspyUtil()
          Create a new Util instance using the appropriate VM-specific concrete Util sub-class.
abstract  Util Factory.newGCspyUtil()
          Create a new Util instance using the appropriate VM-specific concrete Util sub-class.