Uses of Class
org.vmmagic.pragma.UnpreemptibleNoWarn

Packages that use UnpreemptibleNoWarn
org.jikesrvm   
org.jikesrvm.ia32   
org.jikesrvm.mm.mminterface   
org.jikesrvm.mm.mmtk   
org.jikesrvm.runtime   
org.jikesrvm.scheduler   
 

Uses of UnpreemptibleNoWarn in org.jikesrvm
 

Methods in org.jikesrvm with annotations of type UnpreemptibleNoWarn
static void VM.boot()
          Begin VM execution.
 

Uses of UnpreemptibleNoWarn in org.jikesrvm.ia32
 

Methods in org.jikesrvm.ia32 with annotations of type UnpreemptibleNoWarn
static void MachineReflection.packageParameters(RVMMethod method, Object thisArg, Object[] otherArgs, WordArray GPRs, double[] FPRs, byte[] FPRmeta, WordArray Parameters)
          Collect parameters into arrays of registers/spills, as required to call specified method.
 

Uses of UnpreemptibleNoWarn in org.jikesrvm.mm.mminterface
 

Methods in org.jikesrvm.mm.mminterface with annotations of type UnpreemptibleNoWarn
private static void MemoryManager.throwLargeArrayOutOfMemoryError()
          Throw an out of memory error due to an array allocation request that is larger than the maximum allowed value.
 

Uses of UnpreemptibleNoWarn in org.jikesrvm.mm.mmtk
 

Methods in org.jikesrvm.mm.mmtk with annotations of type UnpreemptibleNoWarn
 void FinalizableProcessor.add(Object object)
          Allocate an entry in the table.
 

Uses of UnpreemptibleNoWarn in org.jikesrvm.runtime
 

Methods in org.jikesrvm.runtime with annotations of type UnpreemptibleNoWarn
(package private) static void RuntimeEntrypoints.deliverHardwareException(int trapCode, int trapInfo)
          Deliver a hardware exception to current java thread.
private static void RuntimeEntrypoints.handleUncaughtException(Throwable exceptionObject)
           
 

Uses of UnpreemptibleNoWarn in org.jikesrvm.scheduler
 

Methods in org.jikesrvm.scheduler with annotations of type UnpreemptibleNoWarn
(package private) static Lock Lock.allocate()
          Delivers up an unassigned heavy-weight lock.
(package private) static void Lock.growLocks(int id)
          Grow the locks table by allocating a new spine chunk.
static void RVMThread.raiseIllegalMonitorStateException(String msg, Object o)
           
private static void Lock.raiseIllegalMonitorStateException(String msg, Object o)
           
 void RVMThread.suspend()
          Suspend execution of current thread until it is resumed.
static void RVMThread.yieldWithHandshake()