GraalCompiler.See: Description
| Interface | Description |
|---|---|
| Instrumentation |
Interface in charge of holding the instrumentation data structures.
|
| Class | Description |
|---|---|
| CompilationPrinter |
Utility for printing an informational line to
TTY upon completion of compiling a method. |
| CompilationWrapper<T> |
Wrapper for a compilation that centralizes what action to take based on
GraalCompilerOptions.CompilationBailoutAsFailure and
GraalCompilerOptions.CompilationFailureAction when an uncaught exception occurs during
compilation. |
| CompilerThread |
A compiler thread is a daemon thread that runs at
Thread.MAX_PRIORITY. |
| CompilerThreadFactory |
Facility for creating compiler threads.
|
| GraalCompiler |
Static methods for orchestrating the compilation of a graph.
|
| GraalCompiler.Request<T extends CompilationResult> |
Encapsulates all the inputs to a compilation.
|
| GraalCompilerOptions |
Options related to
GraalCompiler. |
| GraalServiceThread |
This is a utility class for Threads started by the compiler itself.
|
| LIRGenerationPhase | |
| LIRGenerationPhase.LIRGenerationContext |
| Enum | Description |
|---|---|
| CompilationWrapper.ExceptionAction |
Actions to take upon an exception being raised during compilation performed via
CompilationWrapper. |
GraalCompiler.