Class | Description |
---|---|
BlackholeNode | |
ControlFlowAnchorNode |
This node prevents control flow optimizations.
|
ControlFlowAnchorNode.Unique | |
DynamicCounterNode |
This node can be used to add a counter to the code that will estimate the dynamic number of calls
by adding an increment to the compiled code.
|
OpaqueNode | |
VerifyHeapNode |
A node for platform dependent verification of the Java heap.
|
WeakCounterNode |
This is a special version of the dynamic counter node that removes itself as soon as it's the
only usage of the associated node.
|