Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 39761 invoked from network); 21 Sep 2006 16:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 16:11:06 -0000 Received: (qmail 62932 invoked by uid 500); 21 Sep 2006 16:11:06 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 62834 invoked by uid 500); 21 Sep 2006 16:11:05 -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 62823 invoked by uid 99); 21 Sep 2006 16:11:05 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 09:11:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:52291] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 62/71-01605-799B2154 for ; Thu, 21 Sep 2006 09:11:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E6A2E4190CA for ; Thu, 21 Sep 2006 16:07:24 +0000 (GMT) Message-ID: <24713197.1158854844942.JavaMail.jira@brutus> Date: Thu, 21 Sep 2006 09:07:24 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (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=comments#action_12436570 ] Geir Magnusson Jr commented on HARMONY-1417: -------------------------------------------- W/ release : geir@t42-laptop:~/dev/apache/harmony/enhanced/trunk/working_vm/build/deploy/jre/bin$ ./java -version Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r448280, (Sep 21 2006), Linux/ia32/gcc 3.4.6, release build http://incubator.apache.org/harmony geir@t42-laptop:~/dev/apache/harmony/enhanced/trunk/working_vm/build/deploy/jre/bin$ ./java Test2_LE Start Test_LE: ... [snip] ... Total time: 100135 ... [snip] ... Total time: 81207 > [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, Test2_LE.java, Test2_LE_results.doc, Test2_LE_results.txt, 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