You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2006/12/21 00:14:21 UTC

[jira] Created: (HARMONY-2828) [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode

[drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode
---------------------------------------------------------------------------------------------

                 Key: HARMONY-2828
                 URL: http://issues.apache.org/jira/browse/HARMONY-2828
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: JIT
            Reporter: Ilya Berezhniuk


JVMTI spec. says "Method entry events are generated upon entry of Java programming language methods (including native methods)", and similarly for MethodExit event.

VM generates Method Entry/Exit events for both Java/native methods only in interpreter mode.
In JIT mode VM generates Method Entry/Exit events for JIT-compiled methods only.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2828) [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-2828.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2828
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2828
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: JIT
>            Reporter: Ilya Berezhniuk
>            Assignee: Gregory Shimansky
>         Attachments: method_entry_exit_for_native.patch
>
>
> JVMTI spec. says "Method entry events are generated upon entry of Java programming language methods (including native methods)", and similarly for MethodExit event.
> VM generates Method Entry/Exit events for both Java/native methods only in interpreter mode.
> In JIT mode VM generates Method Entry/Exit events for JIT-compiled methods only.

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


[jira] Updated: (HARMONY-2828) [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode

Posted by "Ilya Berezhniuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2828?page=all ]

Ilya Berezhniuk updated HARMONY-2828:
-------------------------------------

    Attachment: method_entry_exit_for_native.patch

Suggested patch enables MethodEntry/MethodExit generation for native methods in JIT mode.

> [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2828
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2828
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: JIT
>            Reporter: Ilya Berezhniuk
>         Attachments: method_entry_exit_for_native.patch
>
>
> JVMTI spec. says "Method entry events are generated upon entry of Java programming language methods (including native methods)", and similarly for MethodExit event.
> VM generates Method Entry/Exit events for both Java/native methods only in interpreter mode.
> In JIT mode VM generates Method Entry/Exit events for JIT-compiled methods only.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2828) [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2828?page=all ]

Gregory Shimansky resolved HARMONY-2828.
----------------------------------------

    Resolution: Fixed

Patch applied at 489759. Please check that it was applied as expected.

> [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2828
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2828
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: JIT
>            Reporter: Ilya Berezhniuk
>         Assigned To: Gregory Shimansky
>         Attachments: method_entry_exit_for_native.patch
>
>
> JVMTI spec. says "Method entry events are generated upon entry of Java programming language methods (including native methods)", and similarly for MethodExit event.
> VM generates Method Entry/Exit events for both Java/native methods only in interpreter mode.
> In JIT mode VM generates Method Entry/Exit events for JIT-compiled methods only.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2828) [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode

Posted by "Ilya Berezhniuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2828?page=all ]

Ilya Berezhniuk updated HARMONY-2828:
-------------------------------------

    Patch Info: [Patch Available]

> [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2828
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2828
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: JIT
>            Reporter: Ilya Berezhniuk
>         Attachments: method_entry_exit_for_native.patch
>
>
> JVMTI spec. says "Method entry events are generated upon entry of Java programming language methods (including native methods)", and similarly for MethodExit event.
> VM generates Method Entry/Exit events for both Java/native methods only in interpreter mode.
> In JIT mode VM generates Method Entry/Exit events for JIT-compiled methods only.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2828) [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2828?page=all ]

Gregory Shimansky reassigned HARMONY-2828:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] MethodEntry/MethodExit events for native methods are not generated in JIT mode
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2828
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2828
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: JIT
>            Reporter: Ilya Berezhniuk
>         Assigned To: Gregory Shimansky
>         Attachments: method_entry_exit_for_native.patch
>
>
> JVMTI spec. says "Method entry events are generated upon entry of Java programming language methods (including native methods)", and similarly for MethodExit event.
> VM generates Method Entry/Exit events for both Java/native methods only in interpreter mode.
> In JIT mode VM generates Method Entry/Exit events for JIT-compiled methods only.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira