From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23902 invoked by alias); 22 Apr 2009 22:53:29 -0000 Received: (qmail 23894 invoked by uid 22791); 22 Apr 2009 22:53:28 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f157.google.com (HELO mail-ew0-f157.google.com) (209.85.219.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 22:53:24 +0000 Received: by ewy1 with SMTP id 1so248390ewy.8 for ; Wed, 22 Apr 2009 15:53:17 -0700 (PDT) Received: by 10.210.21.6 with SMTP id 6mr6869747ebu.26.1240440797316; Wed, 22 Apr 2009 15:53:17 -0700 (PDT) Received: from ?82.6.108.62? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 28sm871900eye.6.2009.04.22.15.53.16 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Apr 2009 15:53:16 -0700 (PDT) Message-ID: <49EFA267.5060209@gmail.com> Date: Wed, 22 Apr 2009 22:53:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tom Tromey CC: Dave Korn , java-patches@gcc.gnu.org Subject: Re: [RFC] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap. References: <49EF6F29.2000601@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2009-q2/txt/msg00029.txt.bz2 Tom Tromey wrote: > Yeah, just GCJ_DEBUG would be fine. > > Dave> Another solution that occurred to me was to rename the java > Dave> class members to (e.g.) "JDEBUG" throughout. > > This is more of a pain since it means putting the patch in Classpath > as well. I think it should be simpler to just change the libgcj > native code. That's the same conclusion I came to, although for different reasons! Patch will follow very shortly. cheers, DaveK