You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2007/02/02 14:33:06 UTC

[jira] Updated: (HARMONY-2145) [drlvm][jvmti] Compiled Method Load event - inlined method support

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

Eugene S. Ostrovsky updated HARMONY-2145:
-----------------------------------------

    Attachment:     (was: H-2145-VM-side-version-2.patch)

> [drlvm][jvmti] Compiled Method Load event - inlined method support
> ------------------------------------------------------------------
>
>                 Key: HARMONY-2145
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2145
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Eugene S. Ostrovsky
>         Assigned To: Gregory Shimansky
>         Attachments: CompiledMethodLoadEvent_size_fixed.diff, exe_notify_compile_method_load_added.diff, H-2145-Check-inline-regions-consistency.patch, H-2145-JIT-side-version-2.patch, H-2145-JIT-side-version-2.patch, H-2145-JIT-side.patch, H-2145-sendCompiledMethodLoadEvent-tracing.patch, H-2145-VM-Callback-interface.patch, H-2145-VM-side-version-2.patch, H-2145-VM-support-for-compiled-method-load-events-for-inlined-methods.patch, H-2145_CML.zip, H-2145_sizes.log, inline_test.zip
>
>
> Current VM doesn't report Compiled Method Load event for methods that are inlined by JIT. 
> Though spec requires it to be sent for every compiled method:
> http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html#CompiledMethodLoad
> We need to add some function to interface between VM and JIT in order to let VM know about inlined methods.

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