Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 39472 invoked from network); 22 Oct 2007 11:23:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 11:23:11 -0000 Received: (qmail 10053 invoked by uid 500); 22 Oct 2007 11:22:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 10033 invoked by uid 500); 22 Oct 2007 11:22:59 -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 10023 invoked by uid 99); 22 Oct 2007 11:22:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 04:22:59 -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; Mon, 22 Oct 2007 11:23:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 292E6714209 for ; Mon, 22 Oct 2007 04:22:51 -0700 (PDT) Message-ID: <13621022.1193052171166.JavaMail.jira@brutus> Date: Mon, 22 Oct 2007 04:22:51 -0700 (PDT) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4982) [drlvm][gc_gen] Fix (improve) compressed references to support heaps up to 4Gb In-Reply-To: <17986494.1192965710579.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-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Afremov updated HARMONY-4982: ----------------------------------- Summary: [drlvm][gc_gen] Fix (improve) compressed references to support heaps up to 4Gb (was: [drlvm][gc_gen][jit][opt] Fix (improve) compressed references to support heaps up to 4Gb) > [drlvm][gc_gen] Fix (improve) compressed references to support heaps up to 4Gb > ------------------------------------------------------------------------------ > > Key: HARMONY-4982 > URL: https://issues.apache.org/jira/browse/HARMONY-4982 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Linux x86-64 & Window x86-64 > Reporter: Pavel Afremov > Assignee: Alexey Varlamov > Priority: Critical > Attachments: HARMONY-4982_GC.diff, HeapTest.java > > > I tried to run DRL VM with heap size 3950 M bytes. > I changed line in GC_Gen to fix limitation which avoid usage of large heap. You can find changes in attached patch. > After that DRL VM in JET mode works with large heap succesfully on both Linux x86-64 and Windows x86-64. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.