| Class | Description |
|---|---|
| CheckcastArrayCopyCallNode |
Implements
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) via a stub call that performs a
fast CHECKCAST check. |
| GenericArrayCopyCallNode |
Implements
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) via a call to a
generic stub. |
| HotSpotArraycopySnippets |