From commits-return-50599-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu Feb 07 09:21:31 2008 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 25338 invoked from network); 7 Feb 2008 09:21:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 09:21:31 -0000 Received: (qmail 36154 invoked by uid 500); 7 Feb 2008 09:21:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 36128 invoked by uid 500); 7 Feb 2008 09:21:23 -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 36116 invoked by uid 99); 7 Feb 2008 09:21:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 01:21:23 -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; Thu, 07 Feb 2008 09:21:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5556B714077 for ; Thu, 7 Feb 2008 01:21:08 -0800 (PST) Message-ID: <1059838.1202376068346.JavaMail.jira@brutus> Date: Thu, 7 Feb 2008 01:21:08 -0800 (PST) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-4901) [drlvm][jit] escape analysis fails with logging In-Reply-To: <19652874.1191603410567.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-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566511#action_12566511 ] Aleksey Shipilev commented on HARMONY-4901: ------------------------------------------- Thanks, Egor! I have no crashes with r618316 and escape_verbose enabled. > [drlvm][jit] escape analysis fails with logging > ----------------------------------------------- > > Key: HARMONY-4901 > URL: https://issues.apache.org/jira/browse/HARMONY-4901 > Project: Harmony > Issue Type: Bug > Components: VM > Environment: all > Reporter: Aleksey Shipilev > Assignee: Egor Pasko > Priority: Minor > Attachments: escape-logging-more-enhancement.txt, escape.patch, HARMONY-4901-workaround-2.patch, HARMONY-4901-workaround.patch > > > There're couple of NULL pointer dereferences in escape analysis code while logging is enabled. > The main reason is unknown, I believe that my patch is just the workaround. > I have added this line to server.emconf to enable logging: > -XDjit.SD2_OPT.arg.log=ct,irdump,dbg,escape_verbose -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.