Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 56723 invoked from network); 23 May 2007 13:29:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 13:29:48 -0000 Received: (qmail 23848 invoked by uid 500); 23 May 2007 13:29:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 23832 invoked by uid 500); 23 May 2007 13:29:53 -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 23823 invoked by uid 99); 23 May 2007 13:29:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 06:29:53 -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; Wed, 23 May 2007 06:29:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADF53714043 for ; Wed, 23 May 2007 06:29:23 -0700 (PDT) Message-ID: <5391706.1179926963697.JavaMail.jira@brutus> Date: Wed, 23 May 2007 06:29:23 -0700 (PDT) From: "Xiao-Feng Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3943) [drlvm][gc_gen][dacapo] antlr benchmark crashed after 6th iteration In-Reply-To: <12864268.1179926116423.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-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498229 ] Xiao-Feng Li commented on HARMONY-3943: --------------------------------------- This is probably the same JIT inlining bug described in HARMONY-3911: [DRLVM][JIT] wrong array element size calculated for allocArray helper inlining Thanks, xiaofeng -- http://xiao-feng.blogspot.com > [drlvm][gc_gen][dacapo] antlr benchmark crashed after 6th iteration > ------------------------------------------------------------------- > > Key: HARMONY-3943 > URL: https://issues.apache.org/jira/browse/HARMONY-3943 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: win/ia32 > Reporter: Vladimir Strigun > Attachments: antlr.gcv41.log, antlr.gcv5.log > > > I've used the next command line for reproducing the issue: > java -showversion -XX:vm.dlls=gc_gen.dll -Xem:server_g5 -XX:gc.use_large_page=true -Xverbose:gc.use_large_page -Xms900M -Xmx900M -cp . Harness -n 10 antlr > antlr.gcv5.log > to reproduce it, please remove the next line from bootclasspath.properties: bootclasspath.99=antlr-2.7.5.jar > run benchmark using command line above. > result: vm crashed on 7th iteration. > I can't reproduce it with gcv4.1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.