From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6809 invoked by alias); 1 Feb 2008 01:04:38 -0000 Received: (qmail 6798 invoked by uid 22791); 1 Feb 2008 01:04:38 -0000 X-Spam-Check-By: sourceware.org Received: from smtp804.mail.ird.yahoo.com (HELO smtp804.mail.ird.yahoo.com) (217.146.188.64) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 01 Feb 2008 01:04:11 +0000 Received: (qmail 37217 invoked from network); 1 Feb 2008 01:04:08 -0000 Received: from unknown (HELO orthanc.middle-earth.co.uk) (hughes2002@btinternet.com@86.136.236.41 with plain) by smtp804.mail.ird.yahoo.com with SMTP; 1 Feb 2008 01:04:08 -0000 X-YMail-OSG: C0KfqKcVM1kMG2yvWn9cqrsyF_Lc.k63J6nGeFM2brMjd10BvdywMhr88FXMroO45fn81kU60PNoee7L9X0nGeOfwL4ZgjfdX9.Pis5FCOq5tCmO X-Yahoo-Newman-Property: ymail-3 Received: from rivendell.middle-earth.co.uk ([192.168.0.1] helo=localhost.localdomain ident=andrew) by orthanc.middle-earth.co.uk with smtp (Exim 4.63) (envelope-from ) id 1JKk7p-0006En-Bd for mauve-patches@sources.redhat.com; Fri, 01 Feb 2008 00:51:26 +0000 Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 01 Feb 2008 01:04:06 +0000 From: "Andrew John Hughes" Date: Fri, 01 Feb 2008 01:04:00 -0000 To: mauve-patches@sources.redhat.com Subject: [builder] FYI: Add JikesRVM to JAPI runs Message-ID: <20080201010405.GA19226@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2008/txt/msg00006.txt.bz2 --CUfgB8w4ZwR/yMy5 Content-Type: multipart/mixed; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 436 This compares Classpath with JikesRVM's runtime files as part of the JAPI run. The JikesRVM file is currently added manually until we have this running on builder. ChangeLog: 2008-02-01 Andrew John Hughes * RunJapi: Add JikesRVM comparison. --=20 Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... } --tThc/1wpZn/ma/RB Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="japi-02.diff" Content-Transfer-Encoding: quoted-printable Content-length: 1066 Index: scripts/RunJapi =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/mauve/builder/scripts/RunJapi,v retrieving revision 1.3 diff -u -3 -p -u -r1.3 RunJapi --- scripts/RunJapi 30 Jan 2008 20:28:59 -0000 1.3 +++ scripts/RunJapi 1 Feb 2008 01:00:19 -0000 @@ -79,6 +79,10 @@ $JAPITOOLS/bin/japicompat -v -h -o openj openjdk-b12.japi.gz libgcj.japi.gz $JAPITOOLS/bin/japicompat -v -h -o libgcj-openjdk.html \ libgcj.japi.gz openjdk-b12.japi.gz +$JAPITOOLS/bin/japicompat -v -h -o jikesrvm-classpath.html \ + jikesrvm.japi.gz classpath.japi.gz +$JAPITOOLS/bin/japicompat -v -h -o classpath-jikesrvm.html \ + classpath.japi.gz jikesrvm.japi.gz =20 # Now publish the result cp jdk14-classpath.html $WEB/ @@ -93,3 +97,5 @@ cp openjdk-libgcj.html $WEB/ cp libgcj-openjdk.html $WEB/ cp $ONExONE $WEB/ cp $CSS $WEB/ +cp jikesrvm-classpath.html $WEB/ +cp classpath-jikesrvm.html $WEB/ --tThc/1wpZn/ma/RB-- --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHonAFAQUyfTZIWfoRAroXAJ45e3d/nuLu7V7pFiuRqHPJ0seshQCeOBfM jF7MeuWypC9Cada8ahunqg0= =tTDg -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5--