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

[jira] Assigned: (HARMONY-3212) [drlvm][jvmti] JVMTI tries to single step through native method

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

Gregory Shimansky reassigned HARMONY-3212:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] JVMTI tries to single step through native method
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3212
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3212
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>         Assigned To: Gregory Shimansky
>         Attachments: ss_wo_native.diff
>
>
> When stepping through Java method, JVMTI sets breakpoints to location 0 for methods which are called from current method.
> Currently JVMTI does this for native methods too, although TI spec. says "No single step events are generated from within native methods".
> Such behavior leads to assertions, when instrumented native method was not bound yet (i.e. has ST_NotCompiled), and was added as pending breakpoint.

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