Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91224 invoked from network); 21 Feb 2007 12:55:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 12:55:27 -0000 Received: (qmail 8236 invoked by uid 500); 21 Feb 2007 12:55:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 8137 invoked by uid 500); 21 Feb 2007 12:55:35 -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 8127 invoked by uid 99); 21 Feb 2007 12:55:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 04:55: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; Wed, 21 Feb 2007 04:55:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D12F97141E1 for ; Wed, 21 Feb 2007 04:55:05 -0800 (PST) Message-ID: <11788119.1172062505853.JavaMail.jira@brutus> Date: Wed, 21 Feb 2007 04:55:05 -0800 (PST) From: "Ivan Volosyuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3213) [drlvm][winx64] interpreter update In-Reply-To: <31260565.1172053745738.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-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Volosyuk updated HARMONY-3213: ----------------------------------- Attachment: asm_rules.diff ASM build rules update to generate object files with 'obj' extension on windows. > [drlvm][winx64] interpreter update > ---------------------------------- > > Key: HARMONY-3213 > URL: https://issues.apache.org/jira/browse/HARMONY-3213 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Environment: Windows64 > Reporter: Ivan Volosyuk > Assigned To: Gregory Shimansky > Attachments: asm_rules.diff, interpreter.diff > > > Interpreter is highly portable except for the invokeJNI stub which provides ability to execute native methods with various argument lists. > The stub is implemented for Windows64 platform in the attached patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.