From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18396 invoked by alias); 6 Jan 2010 12:03:57 -0000 Received: (qmail 18113 invoked by uid 22791); 6 Jan 2010 12:03:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Wed, 06 Jan 2010 12:03:52 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o06C3oqR013545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Jan 2010 07:03:51 -0500 Received: from zebedee.pink (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o06C3nbu006669 for ; Wed, 6 Jan 2010 07:03:50 -0500 Message-ID: <4B447C24.2010603@redhat.com> Date: Wed, 06 Jan 2010 12:03:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0 MIME-Version: 1.0 To: java@gcc.gnu.org Subject: Re: libgcj 3.4.6 vs 4.x.x References: <898285d31001060337led8a851g4f20437fabe5d734@mail.gmail.com> In-Reply-To: <898285d31001060337led8a851g4f20437fabe5d734@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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: 2010-01/txt/msg00009.txt.bz2 On 01/06/2010 11:37 AM, abhishek desai wrote: > Is there any documentation about the enhancements in gcj/libgcj > between versions 3.4.6 and gcc version 4.x.x ? I tried to compare the > changelog but it did not help much as the changelogs are of two > different versions. It's mostly just better and better coverage of the language. The key difference was gcj 4.3, which bumped the spec to 1.5, bringing annotations and templates. Andrew.