Package | Description |
---|---|
org.jikesrvm.adaptive.controller | |
org.jikesrvm.compilers.baseline | |
org.jikesrvm.compilers.common | |
org.jikesrvm.osr | |
org.jikesrvm.runtime | |
org.jikesrvm.scheduler | |
org.jikesrvm.tools.oth |
Test harness for the optimizing compiler (see the section "OptTestHarness" in the
user guide).
|
Modifier and Type | Class and Description |
---|---|
class |
Controller
This class contains top level adaptive compilation subsystem functions.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeCounts
A repository of edge counters for bytecode-level edge conditional branches.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeCompiler
Harness to select which compiler to dynamically
compile a method in first invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
OSRProfiler
Maintain statistic information about on stack replacement events
|
Modifier and Type | Method and Description |
---|---|
static void |
Callbacks.addExitMonitor(Callbacks.ExitMonitor cb)
Register a callback for VM exit.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Lock.ExitMonitor
Report statistics at the end of execution.
|
Modifier and Type | Class and Description |
---|---|
private static class |
OptTestHarness.Performance |