| Class | Description |
|---|---|
| AheadOfTimeVerificationPhase |
Checks for
illegal object constants in a graph
processed for AOT compilation. |
| LoadJavaMirrorWithKlassPhase |
For AOT compilation we aren't allowed to use a
Class reference (javaMirror)
directly. |
| OnStackReplacementPhase | |
| WriteBarrierAdditionPhase | |
| WriteBarrierVerificationPhase |
Verification phase that checks if, for every write, at least one write barrier is present at all
paths leading to the previous safepoint.
|