Uses of Class
org.vmmagic.pragma.LogicallyUninterruptible

Packages that use LogicallyUninterruptible
org.mmtk.plan   
org.mmtk.utility   
 

Uses of LogicallyUninterruptible in org.mmtk.plan
 

Methods in org.mmtk.plan with annotations of type LogicallyUninterruptible
 boolean Plan.poll(boolean spaceFull, Space space)
          This method is called periodically by the allocation subsystem (by default, each time a page is consumed), and provides the collector with an opportunity to collect.
 

Uses of LogicallyUninterruptible in org.mmtk.utility
 

Methods in org.mmtk.utility with annotations of type LogicallyUninterruptible
static void TraceGenerator.traceAlloc(boolean isImmortal, ObjectReference ref, ObjectReference typeRef, int bytes)
          Do any tracing work required at each object allocation.