Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 71044 invoked from network); 14 Nov 2007 20:52:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 20:52:14 -0000 Received: (qmail 9860 invoked by uid 500); 14 Nov 2007 20:52:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 9842 invoked by uid 500); 14 Nov 2007 20:52:01 -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 9833 invoked by uid 99); 14 Nov 2007 20:52:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 12:52:01 -0800 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; Wed, 14 Nov 2007 20:52:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B0CC714240 for ; Wed, 14 Nov 2007 12:51:43 -0800 (PST) Message-ID: <24231046.1195073503369.JavaMail.jira@brutus> Date: Wed, 14 Nov 2007 12:51:43 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-5033) [drlvm][jvmti] 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:all-tabpanel ] Gregory Shimansky resolved HARMONY-5033. ---------------------------------------- Resolution: Fixed Patch is applied at 595048. > [drlvm][jvmti] 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 > Assignee: Gregory Shimansky > Attachments: buildrun.bat, buildrun.sh, H-5033.patch, test.cpp, Test.java > > > 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.