Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 10979 invoked from network); 3 Apr 2008 18:22:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 18:22:57 -0000 Received: (qmail 9275 invoked by uid 500); 3 Apr 2008 18:22:57 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 9251 invoked by uid 500); 3 Apr 2008 18:22:57 -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 9242 invoked by uid 99); 3 Apr 2008 18:22:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 11:22:57 -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:22:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AABDB234C0B8 for ; Thu, 3 Apr 2008 11:20:24 -0700 (PDT) Message-ID: <1029757528.1207246824698.JavaMail.jira@brutus> Date: Thu, 3 Apr 2008 11:20:24 -0700 (PDT) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5687) [drlvm] Lazy Exceptions are not implemented on x86-64 platforms. In-Reply-To: <437607950.1207246704612.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-5687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Afremov updated HARMONY-5687: ----------------------------------- Priority: Minor (was: Major) > [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 > Priority: Minor > > 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.