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/06/22 15:11:27 UTC

[jira] Closed: (HARMONY-2392) [drlvm][jvmti] Breakpoints refer to deleted methods when deleting Global_Env

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

Gregory Shimansky closed HARMONY-2392.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti] Breakpoints refer to deleted methods when deleting Global_Env
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-2392
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2392
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ilya Berezhniuk
>            Assignee: Gregory Shimansky
>         Attachments: remove_breakpoints.patch, remove_breakpoints.patch
>
>
> When JVMTI breakpoints are used JIT mode, and not deleted on PHASE_LIVE, VM fails on assertions or access violations while deleting Global_Env.
> It's because TI deletes breakpoints when some classes are deleted already, and breakpoint->method fields refer to deallocated memory regions.

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