Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 30510 invoked from network); 19 Feb 2007 07:17:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 07:17:26 -0000 Received: (qmail 16784 invoked by uid 500); 19 Feb 2007 07:17:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 16768 invoked by uid 500); 19 Feb 2007 07:17:34 -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 16759 invoked by uid 99); 19 Feb 2007 07:17:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 23:17:34 -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; Sun, 18 Feb 2007 23:17:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4C427141ED for ; Sun, 18 Feb 2007 23:17:05 -0800 (PST) Message-ID: <27806738.1171869425738.JavaMail.jira@brutus> Date: Sun, 18 Feb 2007 23:17:05 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3189) [drlvm][jit][opt] code patching works incorrectly on EM64T In-Reply-To: <22935102.1171632966206.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-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov reassigned HARMONY-3189: ---------------------------------------- Assignee: Alexey Varlamov > [drlvm][jit][opt] code patching works incorrectly on EM64T > ---------------------------------------------------------- > > Key: HARMONY-3189 > URL: https://issues.apache.org/jira/browse/HARMONY-3189 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: EM64T > Reporter: George Timoshenko > Assigned To: Alexey Varlamov > Attachments: HARMONY-3189.patch > > > fixing HARMONY-2881 triggered a serious problem: > code patching mecanizm can not work when the target addres of call instruction is 64 bit long. (such addresses appeares after fixing 2881) > there is no CALL inst with 64-bit immediate operand on EM64T. > So all direct calls are turned into: > MOV a reg, immediate target addr; > CALL the reg; > this issue devoted to fixing code patching mecanizm on EM64T -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.