From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14638 invoked by alias); 17 Jan 2011 09:58:37 -0000 Received: (qmail 14628 invoked by uid 22791); 17 Jan 2011 09:58:36 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Jan 2011 09:58:33 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0H9wVP0012833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Jan 2011 04:58:31 -0500 Received: from zebedee.pink (ovpn-113-53.phx2.redhat.com [10.3.113.53]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0H9wUU4031532; Mon, 17 Jan 2011 04:58:30 -0500 Message-ID: <4D3412C5.1060409@redhat.com> Date: Mon, 17 Jan 2011 09:58:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: java@gcc.gnu.org Subject: Re: code is not clean. libjava/interpret.cc:1480 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00006.txt.bz2 On 01/16/2011 10:20 AM, majia gm wrote: > libjava/interpret.cc:1480 > > gcc 4.4.0, 4.4.2 and 4.5.2 have the same problem. So it is, thanks. Line 1477 should be: exc[i].handler_type.i)).clazz; I guess this code has rotted. Perhaps the non-direct-threaded case should be removed, and perhaps it should have been removed at the time; I suppose #define'd-out code will always rot. Andrew.