From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23741 invoked by alias); 30 May 2007 17:30:33 -0000 Received: (qmail 23732 invoked by uid 22791); 30 May 2007 17:30:33 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 May 2007 17:30:26 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 5149B2AC735; Wed, 30 May 2007 17:30:24 +0000 (GMT) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Wed, 30 May 2007 17:30:24 +0000 (GMT) Received: from [192.168.7.26] ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 May 2007 10:30:23 -0700 Message-ID: <465DB4AF.1040804@avtrex.com> Date: Wed, 30 May 2007 17:37:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: tromey@redhat.com Cc: Andrew Haley , java-patches@gcc.gnu.org Subject: Re: Eww: Modifier.INTERPRETED overload References: <18013.40545.855887.550863@zebedee.pink> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-q2/txt/msg00256.txt.bz2 Tom Tromey wrote: >>>>>> "Andrew" == Andrew Haley writes: > > Andrew> This should, perhaps, ring an alarm bell. Way back when this code was > Andrew> written, classes weren't marked synthetic, but they are now! > Andrew> So, any compiled class that is marked as SYNTHETIC is treated as > Andrew> INTERPRETED by libgcj. Bad Things Happen. > > I'm sure this is my fault but I don't remember what I was thinking. > > Andrew> We really need to find another way of marking classes as interpreted, > > Yeah. It's probably obvious, but why can't the value of the constant be changed? David Daney.