From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20980 invoked by alias); 24 Jun 2013 17:04:43 -0000 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 Received: (qmail 20950 invoked by uid 89); 24 Jun 2013 17:04:38 -0000 X-Spam-SWARE-Status: No, score=-7.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_GC autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 24 Jun 2013 17:04:38 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5OH4a5A011961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Jun 2013 13:04:37 -0400 Received: from zebedee.pink (ovpn-113-106.phx2.redhat.com [10.3.113.106]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5OH4Zw6029925; Mon, 24 Jun 2013 13:04:36 -0400 Message-ID: <51C87C22.9030201@redhat.com> Date: Mon, 24 Jun 2013 17:04:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Mike Hearn CC: GCC Java Subject: Re: Trouble building gcj 4.8.1 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00010.txt.bz2 On 06/24/2013 05:48 PM, Mike Hearn wrote: > Another problem I noticed is that the class files in the source tree > don't seem to match the java files. When was the last time someone > actually ran --enable-java-maintainer-mode and checked in the results? > For instance the class file for java.lang.String is lacking the > Charset accepting c'tors, but the Java file has them?? It should have happened the last time there was a Classpath import. You should be able to see this in the revision history. Patches to synchronize with Classpath are pre-approved. Andrew.