Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 94578 invoked from network); 5 Mar 2007 12:37:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 12:37:12 -0000 Received: (qmail 36944 invoked by uid 500); 5 Mar 2007 12:37:21 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 36920 invoked by uid 500); 5 Mar 2007 12:37:21 -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 36911 invoked by uid 99); 5 Mar 2007 12:37:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 04:37:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 05 Mar 2007 04:37:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6513771433B for ; Mon, 5 Mar 2007 04:36:51 -0800 (PST) Message-ID: <12995082.1173098211411.JavaMail.jira@brutus> Date: Mon, 5 Mar 2007 04:36:51 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3228) [drlvm][jit][opt] Dacapo.xalan hangs up with default server+inliner options In-Reply-To: <32167475.1172141585693.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-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478020 ] Alexey Varlamov commented on HARMONY-3228: ------------------------------------------ Excluded reg.test and disabled so2 (in SVN trunk) until the issue is fixed. > [drlvm][jit][opt] Dacapo.xalan hangs up with default server+inliner options > --------------------------------------------------------------------------- > > Key: HARMONY-3228 > URL: https://issues.apache.org/jira/browse/HARMONY-3228 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports, DRLVM > Reporter: Vladimir Strigun > Assigned To: Alexey Varlamov > Attachments: disable_so2.diff, eclipse.log, h3228.ex.patch, lusearch.log, reg_test.patch, so2.new.patch, so2.patch > > > With the next inliner option included to default server.emconf Dacapo.xalan hangs up after several iteration. Inliner options: > -XDjit.arg.optimizer.inline.growth_factor=210 > -XDjit.arg.optimizer.inline.min_stop=240 > -XDjit.arg.optimizer.inline.inline_small_method_max_size=75 > -XDjit.arg.optimizer.inline.medium_method_max_size=1400 > -XDjit.arg.optimizer.inline.large_method_min_size=1150 > -XDjit.arg.optimizer.inline.leaf_bonus=2160 > -XDjit.arg.optimizer.inline.synch_bonus=60 > -XDjit.arg.optimizer.inline.min_benefit_threshold=70 > -XDjit.arg.optimizer.inline.inline_small_method_bonus=1000 > -XDjit.arg.optimizer.inline.medium_method_bonus=300 > -XDjit.arg.optimizer.inline.loop_bonus=200 > -XDjit.arg.optimizer.inline.recursion_penalty=600 > -XDjit.arg.optimizer.inline.exact_single_parameter_bonus=70 > -XDjit.arg.optimizer.inline.exact_all_parameter_bonus=140 > Command line and output: > java -showversion -Xbootclasspath/p: xalan.jar -Xmx1024M -Xms1024M -Dgc.lp=true -Xem:server_inline -cp . Harness -n 10 xalan > 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 = r509175, (Feb 19 2007), Windows/ia32/msvc 1310, release build > http://incubator.apache.org/harmony > WARNING: max heap size is too large, reduced to 900 Mb > WARNING: min heap size reduced to 900 Mb > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 29397 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 6484 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 5939 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 5783 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 5565 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 5471 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 5658 msec ===== > ===== DaCapo xalan starting warmup ===== > Normal completion. > ===== DaCapo xalan completed warmup in 5440 msec ===== > ===== DaCapo xalan starting warmup ===== > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.