Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 52932 invoked from network); 19 Sep 2006 15:13:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 15:13:02 -0000 Received: (qmail 9639 invoked by uid 500); 19 Sep 2006 15:13:01 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 9541 invoked by uid 500); 19 Sep 2006 15:13:01 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 9530 invoked by uid 99); 19 Sep 2006 15:13:01 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 08:13:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:51333] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 44/E0-28275-BF800154 for ; Tue, 19 Sep 2006 08:12:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC6D5410068 for ; Tue, 19 Sep 2006 15:09:23 +0000 (GMT) Message-ID: <20555048.1158678563965.JavaMail.jira@brutus> Date: Tue, 19 Sep 2006 08:09:23 -0700 (PDT) From: "Natalya Golovleva (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1417) [DRLVM] Fixed bugs in lazy exception optimization pass In-Reply-To: <21971029.1157951122460.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1417?page=all ] Natalya Golovleva updated HARMONY-1417: --------------------------------------- Attachment: Test_LE.java I cannot reproduce the failure. The applied patch works correctly with SVN head. I have found only that the attached test is not quite correct. The test outputs two values. If the second value is more then the first in some times the test passes. However test print 'Test failed' for output values 13115 and 58422. This is not correct. I attached the improved variant of the test. > [DRLVM] Fixed bugs in lazy exception optimization pass > ------------------------------------------------------ > > Key: HARMONY-1417 > URL: http://issues.apache.org/jira/browse/HARMONY-1417 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Natalya Golovleva > Assigned To: Geir Magnusson Jr > Priority: Minor > Attachments: HARMONY-1417.patch, Test_LE.java, Test_LE.java > > > Fixed bugs in lazy exception optimization pass. > Replaced lazyexc optpass after inline optpass in server and server_static emconf files. > > Fixed bugs in lazy exception optimization pass: > 1. Permitted to have more then one chknull instructions for exception initializer argument. > 2. Added check that call exception initializer instruction is present in the code. > 3. Changed side effect indication for stvar instruction from true to false. > The jira depends on HARMONY-1363. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira