From commits-return-44615-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri Oct 05 16:57:11 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 38136 invoked from network); 5 Oct 2007 16:57:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 16:57:11 -0000 Received: (qmail 55553 invoked by uid 500); 5 Oct 2007 16:57:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 55537 invoked by uid 500); 5 Oct 2007 16:57:00 -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 55528 invoked by uid 99); 5 Oct 2007 16:57:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 09:57:00 -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, 05 Oct 2007 16:57:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BAB471422B for ; Fri, 5 Oct 2007 09:56:50 -0700 (PDT) Message-ID: <19652874.1191603410567.JavaMail.jira@brutus> Date: Fri, 5 Oct 2007 09:56:50 -0700 (PDT) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4901) [drlvm][jit] escape analysis fail with logging MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][jit] escape analysis fail 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 Priority: Minor 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.