Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 79489 invoked from network); 16 Jul 2007 17:22:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2007 17:22:28 -0000 Received: (qmail 87958 invoked by uid 500); 16 Jul 2007 17:22:30 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 87868 invoked by uid 500); 16 Jul 2007 17:22:30 -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 87858 invoked by uid 99); 16 Jul 2007 17:22:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 10:22:30 -0700 X-ASF-Spam-Status: No, hits=-97.0 required=10.0 tests=ALL_TRUSTED,FUZZY_GUARANTEE 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, 16 Jul 2007 10:22:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 06B2071404B for ; Mon, 16 Jul 2007 10:22:06 -0700 (PDT) Message-ID: <7720641.1184606526023.JavaMail.jira@brutus> Date: Mon, 16 Jul 2007 10:22:06 -0700 (PDT) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4407) [DRLVM][stack]One page on the stack is not enough to create SOE on Windows x86-64. In-Reply-To: <3930852.1184068876115.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-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Afremov updated HARMONY-4407: ----------------------------------- Attachment: 0001-Fix-SOE-support-on-Windows-x86-64.patch Fix SOE support on Windows x86-64. On Windows x86-64.DRL VM can't process SOE, because one page on the stack is not enough to create exception. But on Windows x86-64 there is function SetThreadStackGuarantee, which allow increase size of guard stack. Unfortunately this function doesn't work on Windows x86-32 now. Current patch enable use of this function on x86-64 platform. Also it fix asm_helpers for exception callback functions, compile_me function checks, and si_set_callback. > [DRLVM][stack]One page on the stack is not enough to create SOE on Windows x86-64. > ---------------------------------------------------------------------------------- > > Key: HARMONY-4407 > URL: https://issues.apache.org/jira/browse/HARMONY-4407 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Pavel Afremov > Attachments: 0001-Fix-SOE-support-on-Windows-x86-64.patch > > > On Windows x86-64.DRL VM can't process SOE, because one page on the stack is not enough to create exception. > Move guard page and increase guard stack is not possible on the Windows by standard mechanisms. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.