Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store JITServer AOT methods if they are delayed
If the option -XX:+JITServerAOTCacheDelayMethodRelocation is in effect, then we delay the relocation of received AOT methods by default. When this is the case, we should also store these methods in the local SCC so that they will be available to be relocated later. Signed-off-by: Christian Despres <[email protected]>
- Loading branch information