org.jikesrvm.adaptive.database
Class AOSDatabase

java.lang.Object
  extended by org.jikesrvm.adaptive.database.AOSDatabase

public final class AOSDatabase
extends Object

Used to keep track of the various data structures that make up the AOS database.


Field Summary
static StringEventCounterData debuggingCounterData
           
static StringEventCounterData instructionCounterData
           
static MethodInvocationCounterData methodInvocationCounterData
           
static YieldpointCounterData yieldpointCounterData
           
 
Constructor Summary
AOSDatabase()
           
 
Method Summary
static void boot(AOSOptions options)
          Called at startup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodInvocationCounterData

public static MethodInvocationCounterData methodInvocationCounterData

yieldpointCounterData

public static YieldpointCounterData yieldpointCounterData

instructionCounterData

public static StringEventCounterData instructionCounterData

debuggingCounterData

public static StringEventCounterData debuggingCounterData
Constructor Detail

AOSDatabase

public AOSDatabase()
Method Detail

boot

public static void boot(AOSOptions options)
Called at startup