-
Type:
Enhancement
-
Resolution: Withdrawn
-
Priority:
P4
-
None
-
Affects Version/s: 19
-
Component/s: hotspot
-
aarch64
For Java calls we always generate a trampoline and a stub to the interpreter. The trampoline is needed to support far-distant calls of compiled methods. If compiled code for a callee is not available, the stub to the interpreter is used. The shared memory might be used to keep them. When we need a stub, we put it there. When we need a trampoline we replace the stub with the trampoline.