Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 9901 invoked from network); 3 Apr 2008 18:20:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 18:20:55 -0000 Received: (qmail 7936 invoked by uid 500); 3 Apr 2008 18:20:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 7914 invoked by uid 500); 3 Apr 2008 18:20:55 -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 7905 invoked by uid 99); 3 Apr 2008 18:20:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 11:20:55 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 18:20:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 95E1A234C0B8 for ; Thu, 3 Apr 2008 11:18:24 -0700 (PDT) Message-ID: <437607950.1207246704612.JavaMail.jira@brutus> Date: Thu, 3 Apr 2008 11:18:24 -0700 (PDT) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5687) [drlvm] Lazy Exceptions are not implemented on x86-64 platforms. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm] Lazy Exceptions are not implemented on x86-64 platforms. ---------------------------------------------------------------- Key: HARMONY-5687 URL: https://issues.apache.org/jira/browse/HARMONY-5687 Project: Harmony Issue Type: Task Components: DRLVM Reporter: Pavel Afremov Lazy Exceptions are not implemented on x86-64 platforms. On both Windows and Linux x85-64 platforms Lazy Exceptions are not implemented. The main issue, which privets implementation, is register calling conventions on both these platforms. On x86-32 Lazy Exception helpers works by following scenario: lazy exception helper founds quantity of parameters for exception constructor and just sent corresponding address to stack as arguments array in the next functions stack. To implement this feature on x86-64 platforms function, which converts parameters from registers to array, should be implemented. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.