Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68456 invoked from network); 29 May 2007 10:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 10:40:37 -0000 Received: (qmail 13383 invoked by uid 500); 29 May 2007 10:40:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 13292 invoked by uid 500); 29 May 2007 10:40:41 -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 13283 invoked by uid 99); 29 May 2007 10:40:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 03:40:41 -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; Tue, 29 May 2007 03:40:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 67AF6714159 for ; Tue, 29 May 2007 03:40:16 -0700 (PDT) Message-ID: <23742798.1180435216419.JavaMail.jira@brutus> Date: Tue, 29 May 2007 03:40:16 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3993) [drlvm][jit] Enumeration error when running Dacapo lusearch In-Reply-To: <19401719.1180422437494.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-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov updated HARMONY-3993: ------------------------------------- Component/s: DRLVM Patch Info: (was: [Patch Available]) > [drlvm][jit] Enumeration error when running Dacapo lusearch > ----------------------------------------------------------- > > Key: HARMONY-3993 > URL: https://issues.apache.org/jira/browse/HARMONY-3993 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win32, debug version > Reporter: Qi Ji > > I found the vm reports assertion failure when doing enumeration recently. > To reproduce the bug easily, you can check out revision 542129 to get the code that is easy to reproduce the bug. Change one line of code in gc_common.cpp (line:49) to permit a 16MB minimal heap size, which helps to reproduce the bug: > - POINTER_SIZE_INT min_heap_size_bytes = 32 * MB; > +POINTER_SIZE_INT min_heap_size_bytes = 16 * MB; > and use the following command line: > java.exe -Xms16m -Xmx16m -cp . -s large lusearch > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.