Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 34865 invoked from network); 29 Oct 2007 12:46:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 12:46:32 -0000 Received: (qmail 14556 invoked by uid 500); 29 Oct 2007 12:45:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 14540 invoked by uid 500); 29 Oct 2007 12:45: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 14529 invoked by uid 99); 29 Oct 2007 12:45:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 05:45: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, 29 Oct 2007 12:46:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB6BD7141FE for ; Mon, 29 Oct 2007 05:45:50 -0700 (PDT) Message-ID: <16436349.1193661950895.JavaMail.jira@brutus> Date: Mon, 29 Oct 2007 05:45:50 -0700 (PDT) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5034) [drlvm] Insufficient stub size. In-Reply-To: <2850919.1193426870605.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-5034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538482 ] Pavel Afremov commented on HARMONY-5034: ---------------------------------------- According Your comment in HARMONY-5016 : " assertion in VM fails on large heap: working_vm\vm\vmcore\src\util\ia32\base\jit_lock_rt_support_ia32.cpp: assert((ss - stub) < stub_size);" I've changed not x86-64 version only but and x86-32. Also I've made size alignment for x86-32 platform. > [drlvm] Insufficient stub size. > ------------------------------- > > Key: HARMONY-5034 > URL: https://issues.apache.org/jira/browse/HARMONY-5034 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Pavel Afremov > Assignee: Alexey Varlamov > Attachments: HARMONY-5034.patch, HARMONY-5034.patch > > > VM asserts on assert((ss - stub) < stub_size); after HARMONY-5016 commitment, which increased size of the generated code. > Patch fixes assert by increasing stub size. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.