Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 19316 invoked from network); 15 Jun 2007 17:05:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2007 17:05:48 -0000 Received: (qmail 81013 invoked by uid 500); 15 Jun 2007 17:05:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 80994 invoked by uid 500); 15 Jun 2007 17:05: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 80985 invoked by uid 99); 15 Jun 2007 17:05:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 10:05:51 -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; Fri, 15 Jun 2007 10:05:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4FE2171419B for ; Fri, 15 Jun 2007 10:05:27 -0700 (PDT) Message-ID: <1001127.1181927127230.JavaMail.jira@brutus> Date: Fri, 15 Jun 2007 10:05:27 -0700 (PDT) From: "Pavel Afremov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3731) [drlvm][shutdown] FinalizeStackTest failed in opt/srv mode on Win32 In-Reply-To: <19235757.1177374015445.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-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Afremov updated HARMONY-3731: ----------------------------------- Attachment: 0001-Fix-bug-of-call-functions-which-rase-exception-from.patch Fix bug of call functions which rase exception from throw area. Patch adds BEGIN_RAISE_AREA and END_RAISE_AREA macroses to call FindClass from rase area. > [drlvm][shutdown] FinalizeStackTest failed in opt/srv mode on Win32 > ------------------------------------------------------------------- > > Key: HARMONY-3731 > URL: https://issues.apache.org/jira/browse/HARMONY-3731 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win32, opt/srv mode > Reporter: Xiao-Feng Li > Attachments: 0001-Fix-bug-of-call-functions-which-rase-exception-from.patch, h3731.patch > > > This test case breaks from time to time, but hard to be reproduced. We suggest to keep it in JIRA and exclude it for opt/srv modes test. > Pavel Afremov has following comments, which are helpful for people fixing the bug: > 1. In this case, fast asm helpers aren't used, because allocation of > finalizable objects always goes throw slow path. > 2. It will be very nice to found what returns 3 error code. Correct me > if I wrong, this code is returned when top level thread exception handler > catch unprocessed java exception. It's a different situation. When VM > crashed with unprocessed SOE in fast path asm helpers it returns 128 error > code. > 3. It looks very strange that test works in client mode and doesn't > work in server. For VM side (exception handling and helpers) there is no > difference between these two modes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.