Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 24230 invoked from network); 9 Dec 2006 00:37:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2006 00:37:44 -0000 Received: (qmail 28337 invoked by uid 500); 9 Dec 2006 00:37:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 28317 invoked by uid 500); 9 Dec 2006 00:37:52 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 28307 invoked by uid 99); 9 Dec 2006 00:37:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 16:37:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 16:37:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0808B7142F9 for ; Fri, 8 Dec 2006 16:37:23 -0800 (PST) Message-ID: <8412251.1165624643030.JavaMail.jira@brutus> Date: Fri, 8 Dec 2006 16:37:23 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-2539) [drlvm][jvmti] DataDumpRequest event implementation In-Reply-To: <14872262.1165575381089.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2539?page=all ] Gregory Shimansky reassigned HARMONY-2539: ------------------------------------------ Assignee: Gregory Shimansky > [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