Modifier and Type | Field and Description |
---|---|
private static ExceptionDeliverer |
BaselineCompiledMethod.exceptionDeliverer
Baseline exception deliverer object
|
Modifier and Type | Method and Description |
---|---|
ExceptionDeliverer |
BaselineCompiledMethod.getExceptionDeliverer() |
Modifier and Type | Class and Description |
---|---|
class |
BaselineExceptionDeliverer
Handle exception delivery and stack unwinding for methods compiled by
baseline compiler.
|
Modifier and Type | Method and Description |
---|---|
ExceptionDeliverer |
HardwareTrapCompiledMethod.getExceptionDeliverer() |
abstract ExceptionDeliverer |
CompiledMethod.getExceptionDeliverer() |
Modifier and Type | Field and Description |
---|---|
private static ExceptionDeliverer |
OptCompiledMethod.exceptionDeliverer |
Modifier and Type | Method and Description |
---|---|
ExceptionDeliverer |
OptCompiledMethod.getExceptionDeliverer() |
Modifier and Type | Class and Description |
---|---|
class |
OptExceptionDeliverer
Handle exception delivery and stack unwinding for methods
compiled by optimizing Compiler.
|
Modifier and Type | Field and Description |
---|---|
private static ExceptionDeliverer |
JNICompiledMethod.deliverer
Architecture specific deliverer of exceptions
|
Modifier and Type | Method and Description |
---|---|
ExceptionDeliverer |
JNICompiledMethod.getExceptionDeliverer() |
Modifier and Type | Class and Description |
---|---|
class |
JNIExceptionDeliverer
Exception delivery mechanisms for JNI on IA32
|