From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 618 invoked by alias); 24 Jun 2013 17:17:46 -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 583 invoked by uid 89); 24 Jun 2013 17:17:44 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_GC autolearn=ham version=3.3.1 Received: from mail-oa0-f44.google.com (HELO mail-oa0-f44.google.com) (209.85.219.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 24 Jun 2013 17:17:43 +0000 Received: by mail-oa0-f44.google.com with SMTP id l10so12312943oag.3 for ; Mon, 24 Jun 2013 10:17:41 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.215.133 with SMTP id oi5mr8676393obc.83.1372094261719; Mon, 24 Jun 2013 10:17:41 -0700 (PDT) Received: by 10.76.23.36 with HTTP; Mon, 24 Jun 2013 10:17:41 -0700 (PDT) In-Reply-To: <51C87C22.9030201@redhat.com> References: <51C87C22.9030201@redhat.com> Date: Mon, 24 Jun 2013 17:17:00 -0000 Message-ID: Subject: Re: Trouble building gcj 4.8.1 From: Mike Hearn To: Andrew Haley Cc: GCC Java Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2013-06/txt/msg00011.txt.bz2 > It should have happened the last time there was a Classpath import. > You should be able to see this in the revision history. Seems like it didn't always happen - compare: http://gcc.gnu.org/viewcvs/gcc/trunk/libjava/classpath/java/lang/?dir_pagestart=75 http://gcc.gnu.org/viewcvs/gcc/trunk/libjava/classpath/lib/java/lang/String.class?view=log The last time String.java was touched was 6 months ago, but the class file was last updated 15 months ago. If I could make --enable-java-maintainer-mode work then it wouldn't matter, but maybe re-genning the class files and checking them in would be a good idea, seeing as they're provided.