Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 28281 invoked from network); 19 Nov 2007 14:54:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 14:54:04 -0000 Received: (qmail 73183 invoked by uid 500); 19 Nov 2007 14:53:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 73165 invoked by uid 500); 19 Nov 2007 14:53:51 -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 73156 invoked by uid 99); 19 Nov 2007 14:53:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 06:53:51 -0800 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, 19 Nov 2007 14:53:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 060F971420B for ; Mon, 19 Nov 2007 06:53:43 -0800 (PST) Message-ID: <19441352.1195484023022.JavaMail.jira@brutus> Date: Mon, 19 Nov 2007 06:53:43 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-5139) [drlvm][vmcore] linux 64-bit build failed to start if using any heap size instead of default In-Reply-To: <25242945.1195237903325.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-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-5139. ---------------------------------------- Resolution: Fixed Patch is applied at 596315. Please check that the bug is fixed for you. > [drlvm][vmcore] linux 64-bit build failed to start if using any heap size instead of default > -------------------------------------------------------------------------------------------- > > Key: HARMONY-5139 > URL: https://issues.apache.org/jira/browse/HARMONY-5139 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: linux, 64-bit build > Reporter: Rustem Rafikov > Assignee: Gregory Shimansky > Attachments: r594180.patch > > > The issue appeared after commit r594180 which is introduced automatic switching to uncompressed mode for large heap. > ./lnx_em64t_gcc_release/deploy/jdk/jre/bin/java -XX:gc.mx=1000m -XX:gc.ms=1000M Hello > HMYEXEL062E Internal VM error: Failed to create Java VM > FAILED to invoke JVM. > The problem is in process_compression_modes function which does not exit using "return" if all checks are failed. > Please look at the patch attached. > --bwR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.