public class AOSGenerator extends Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
booted |
private static PrintStream |
log |
private static boolean |
recording |
Constructor and Description |
---|
AOSGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
baseCompilationCompleted(CompiledMethod cm) |
static void |
boot()
Called from ControllerThread.run to initialize the logging subsystem
|
static boolean |
booted()
Return whether AOS logging has booted.
|
static void |
reCompilationWithOpt(CompilationPlan plan)
This method logs the successful completion of an adaptively
selected recompilation
|
private static PrintStream log
private static boolean booted
private static boolean recording
public AOSGenerator()
public static boolean booted()
public static void boot()
public static void reCompilationWithOpt(CompilationPlan plan)
plan
- the Compilation plan being executed.public static void baseCompilationCompleted(CompiledMethod cm)