Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 2488 invoked from network); 10 Sep 2007 11:49:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 11:49:52 -0000 Received: (qmail 26913 invoked by uid 500); 10 Sep 2007 11:49:46 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 26890 invoked by uid 500); 10 Sep 2007 11:49:46 -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 26871 invoked by uid 99); 10 Sep 2007 11:49:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 04:49:46 -0700 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; Mon, 10 Sep 2007 11:51:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AFACD71420A for ; Mon, 10 Sep 2007 04:49:29 -0700 (PDT) Message-ID: <8486149.1189424969697.JavaMail.jira@brutus> Date: Mon, 10 Sep 2007 04:49:29 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-4769) [drlvm][jit][opt] Regression tests H1802 and H3150 fails after enabling lazy resolution mode in OPT compiler In-Reply-To: <4173207.1189416569677.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-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov closed HARMONY-4769. ----------------------------------- Resolution: Fixed committed revision 574211 > [drlvm][jit][opt] Regression tests H1802 and H3150 fails after enabling lazy resolution mode in OPT compiler > ------------------------------------------------------------------------------------------------------------ > > Key: HARMONY-4769 > URL: https://issues.apache.org/jira/browse/HARMONY-4769 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assignee: Mikhail Fursov > Attachments: 1802.fix, 3150.fix > > > Regression tests H1802 and H3150 fails after enabling lazy resolution mode in OPT compiler > Reasons: > 1) Jitrino.OPT must not scalarize unresolved types (H3150) > 2) Jitrino.OPT must be ready that exception type is unresolved in lazy resolution mode (H1802) > I'm going to attach patches soon -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.