Uses of Class
org.jikesrvm.mm.mminterface.Handshake

Packages that use Handshake
org.jikesrvm.mm.mminterface   
 

Uses of Handshake in org.jikesrvm.mm.mminterface
 

Fields in org.jikesrvm.mm.mminterface declared as Handshake
static Handshake CollectorThread.handshake
          The Handshake object that contains the state of the next or current (in progress) collection.
 

Methods in org.jikesrvm.mm.mminterface with parameters of type Handshake
static void CollectorThread.asyncCollect(Handshake handshake, int why)
          Initiate a garbage collection at next GC safe point.
static void CollectorThread.collect(Handshake handshake, int why)
          Initiate a garbage collection.