Class | Description |
---|---|
DeoptimizationStub |
Deoptimization stub.
|
ExceptionHandlerStub |
Stub called by the exception handler
entry point in a compiled method.
|
ForeignCallStub | |
NewArrayStub |
Stub implementing the fast path for TLAB refill during instance class allocation.
|
NewInstanceStub |
Stub implementing the fast path for TLAB refill during instance class allocation.
|
SnippetStub |
Base class for a stub defined by a snippet.
|
Stub |
Base class for implementing some low level code providing the out-of-line slow path for a snippet
and/or a callee saved call to a HotSpot C/C++ runtime function or even a another compiled Java
method.
|
StubUtil |
A collection of methods used in
Stub s. |
UncommonTrapStub |
Uncommon trap stub.
|
UnwindExceptionToCallerStub |
Stub called by an
UnwindNode . |
VerifyOopStub |
Stub called via
HotSpotForeignCallsProviderImpl.VERIFY_OOP . |