Uses of Class
org.mmtk.utility.Log

Packages that use Log
org.jikesrvm.mm.mmtk   
org.mmtk.plan   
org.mmtk.utility   
org.mmtk.vm   
 

Uses of Log in org.jikesrvm.mm.mmtk
 

Fields in org.jikesrvm.mm.mmtk declared as Log
private static Log ActivePlan.buildLog
          Log instance used at build time
 

Methods in org.jikesrvm.mm.mmtk that return Log
 Log ActivePlan.log()
           
 

Uses of Log in org.mmtk.plan
 

Fields in org.mmtk.plan declared as Log
protected  Log MutatorContext.log
          Used for printing log information in a thread safe manner
protected  Log CollectorContext.log
          Used for printing log information in a thread safe manner
 

Methods in org.mmtk.plan that return Log
 Log MutatorContext.getLog()
           
 Log CollectorContext.getLog()
           
 

Uses of Log in org.mmtk.utility
 

Fields in org.mmtk.utility declared as Log
private static Log Log.log
          log instance used at build time.
 

Methods in org.mmtk.utility that return Log
private static Log Log.getLog()
           
 

Uses of Log in org.mmtk.vm
 

Methods in org.mmtk.vm that return Log
abstract  Log ActivePlan.log()