org.jikesrvm.adaptive
Class OSRListener

java.lang.Object
  extended by org.jikesrvm.adaptive.OSRListener

public class OSRListener
extends Object

Code invoked from Thread.yieldpoint for the purposes of OSR.


Constructor Summary
OSRListener()
           
 
Method Summary
static boolean checkForOSRPromotion(int whereFrom, Address yieldpointServiceMethodFP)
           
static void handleOSRFromOpt(Address yieldpointServiceMethodFP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSRListener

public OSRListener()
Method Detail

checkForOSRPromotion

public static boolean checkForOSRPromotion(int whereFrom,
                                           Address yieldpointServiceMethodFP)

handleOSRFromOpt

public static void handleOSRFromOpt(Address yieldpointServiceMethodFP)