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 2006/12/11 22:51:23 UTC

[jira] Resolved: (HARMONY-2539) [drlvm][jvmti] DataDumpRequest event implementation

     [ http://issues.apache.org/jira/browse/HARMONY-2539?page=all ]

Gregory Shimansky resolved HARMONY-2539.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][jvmti] DataDumpRequest event implementation
> ---------------------------------------------------
>
>                 Key: HARMONY-2539
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2539
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Assigned To: Gregory Shimansky
>         Attachments: DataDumpRequest-event-implementation.patch
>
>
> The issue is an implementation of DataDumpRequest[1] JVMTI event. 
> If an agent enables DataDumpRequest event, the VM creates a TI event thread. This thread is mainly sleeping on wait. When CTRL+Break (Windows) or CTRL+\ (Unix) exceptions is occurred the VM sends notify to the event thread. The thread wakes up and sends DataDumpRequest event to the agent, after falls to sleep again. The event thread is terminated if DataDumpRequest event is fully disabled.
> [1] http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html#DataDumpRequest

-- 
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