Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 53995 invoked from network); 28 Oct 2007 23:35:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2007 23:35:15 -0000 Received: (qmail 85765 invoked by uid 500); 28 Oct 2007 23:35:02 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85749 invoked by uid 500); 28 Oct 2007 23:35:02 -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 85740 invoked by uid 99); 28 Oct 2007 23:35:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 16:35:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 28 Oct 2007 23:35:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B891714231 for ; Sun, 28 Oct 2007 16:34:51 -0700 (PDT) Message-ID: <19204359.1193614491175.JavaMail.jira@brutus> Date: Sun, 28 Oct 2007 16:34:51 -0700 (PDT) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5033) [drlvm][jvmti][x86_64] FieldModificationEvent should support compressed references on x86_64 In-Reply-To: <11851198.1193417632127.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-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538371 ] Ilya Berezhniuk commented on HARMONY-5033: ------------------------------------------ Looks like the problem actually is not in compressed references. When JET invokes rt_helper_ti_field_modification stub on x86_64, it passes 5th parameter (p_new_value in jvmti_field_modification_callback) incorrectly. I've filed HARMONY-5035 for this issue. > [drlvm][jvmti][x86_64] FieldModificationEvent should support compressed references on x86_64 > -------------------------------------------------------------------------------------------- > > Key: HARMONY-5033 > URL: https://issues.apache.org/jira/browse/HARMONY-5033 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux/Windows x86_64 > Reporter: Gregory Shimansky > > In the jvmti_field_modification_callback argument p_new_value contains an uncompressed reference from JIT stack. It has to be compressed in compressed mode to create an argument for JVMTI callback. The following 2 tests crash currently: > org.apache.harmony.jpda.tests.jdwp.Events.FieldModification002Test > org.apache.harmony.jpda.tests.jdwp.Events.FieldModificationTest -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.