Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 76219 invoked from network); 13 Jun 2007 11:41:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2007 11:41:47 -0000 Received: (qmail 91655 invoked by uid 500); 13 Jun 2007 11:41:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 91641 invoked by uid 500); 13 Jun 2007 11:41:50 -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 91627 invoked by uid 99); 13 Jun 2007 11:41:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 04:41:50 -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, 13 Jun 2007 04:41:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3E3D471419B for ; Wed, 13 Jun 2007 04:41:26 -0700 (PDT) Message-ID: <24403192.1181734886252.JavaMail.jira@brutus> Date: Wed, 13 Jun 2007 04:41:26 -0700 (PDT) From: "George Timoshenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3558) [drlvm][jit] drlvm crashes with large pages enabled In-Reply-To: <9424416.1175598512391.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-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504200 ] George Timoshenko commented on HARMONY-3558: -------------------------------------------- could you please check if POINTER64 is defined at the call of: args.add(EncoderBase::Operand(OpndSize_64, (::int_ptr)op1)); I am asking because ::int_ptr is the same as "long long" (signed int64) when POINTER64 is defined... > [drlvm][jit] drlvm crashes with large pages enabled > ---------------------------------------------------- > > Key: HARMONY-3558 > URL: https://issues.apache.org/jira/browse/HARMONY-3558 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: winx64 > Reporter: Rustem Rafikov > > DRLVM 64bit build 20070330 crashes both with gcv4.1 and gcv5 if using large pages with large enough heap size. > Details: > 1. GC4.1: > VM crashes if heap size requested > ~900M and works otherwise. It crashes with: > win64-20070330/bin/java.exe -Xms1024m -Xmx1024m -Xem:server -XX:gc.lp=true -Xverbose:gc.lp -c > p ./jbb.jar;./check.jar spec.jbb.JBBmain -propfile SPECjbb.props > gc.lp: large pages are allocated > java/lang/ExceptionInInitializerError : (null) > HMYEXEL062E Internal VM error: Failed to create Java VM > FAILED to invoke JVM. > 2. GCv5: > Due to a bug in gcv5 parsing parameters functtion yuo should specify -XX:gc.use_large_page=true -XX:gc.large_page=true > Command line: > win64-20070330/bin/java.exe -Xem:server -XX:vm.dlls=gc_gen.dll -XX:gc.use_large_page=true -XX:gc.large_page=true -X > s1500m -Xmx1500m -cp ./jbb.jar;./check.jar spec.jbb.JBBmain -propfile SPECjbb.props.short > it crashes with the message: > java/lang/ExceptionInInitializerError : (null) > HMYEXEL062E Internal VM error: Failed to create Java VM > FAILED to invoke JVM. > GC use large pages. > So, in the both cases there is the messages that large pages are allocated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.