Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 44943 invoked from network); 5 Mar 2007 10:38:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 10:38:11 -0000 Received: (qmail 51790 invoked by uid 500); 5 Mar 2007 10:38:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 51757 invoked by uid 500); 5 Mar 2007 10:38:20 -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 51748 invoked by uid 99); 5 Mar 2007 10:38:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 02:38:20 -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; Mon, 05 Mar 2007 02:38:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6738714339 for ; Mon, 5 Mar 2007 02:37:50 -0800 (PST) Message-ID: <10971249.1173091070810.JavaMail.jira@brutus> Date: Mon, 5 Mar 2007 02:37:50 -0800 (PST) From: "Eugene S. Ostrovsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3294) [drlvm][jvmti] can_tag_objects capability can't be possessed after it was relinquished In-Reply-To: <29692833.1173090350858.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 [ https://issues.apache.org/jira/browse/HARMONY-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene S. Ostrovsky updated HARMONY-3294: ----------------------------------------- Attachment: fixed-support-for-can_tag_objects-capability.patch Added patch: fixed-support-for-can_tag_objects-capability.patch Fixes the issue. > [drlvm][jvmti] can_tag_objects capability can't be possessed after it was relinquished > -------------------------------------------------------------------------------------- > > Key: HARMONY-3294 > URL: https://issues.apache.org/jira/browse/HARMONY-3294 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Eugene S. Ostrovsky > Attachments: fixed-support-for-can_tag_objects-capability.patch > > > Support for can_tag_objects capability is incorrect. > A. the following actions produce an error result: > 1. can_tag_objects capability was possessed by AddCapabilities() function > 2. an_tag_objects capability was released by RelinquishCapabilities() > 3. Attempt to possess this capability again with AddCapabilities() function produces JVMTI_ERROR_NOT_AVAILABLE > B. in current implementation can_tag_objects capability can by possessed only by one jvmti environment. > GetPotentialCapabilities() reports that this capability is available even if it already possessed by other agent and can't be possessed by this agent. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.