You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2008/05/26 07:09:55 UTC

[jira] Assigned: (HARMONY-5822) [drlvm][vmcore] class unloading does not clean JIT recompilation callbacks

     [ https://issues.apache.org/jira/browse/HARMONY-5822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov reassigned HARMONY-5822:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][vmcore] class unloading does not clean JIT recompilation callbacks
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-5822
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5822
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M6
>            Reporter: Alexey Varlamov
>            Assignee: Alexey Varlamov
>         Attachments: HARMONY-5822.patch
>
>
> There is a facility in DRLVM for notifying JIT of method recompilation, see vm_register_jit_recompiled_method_callback(JIT_Handle jit, Method_Handle method, void *callback_data).
> Jitrino uses this feature to patch direct calls to methods (within other compiled methods) upon recompilation of a callee method.
> However, in case then a caller method is unloaded, corresponding callbacks are not removed and lead to SIGSEGV if a callee method is recompiled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.