From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27581 invoked by alias); 8 May 2009 08:04:22 -0000 Received: (qmail 27299 invoked by uid 22791); 8 May 2009 08:04:20 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_62,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 08 May 2009 08:04:15 +0000 Received: (qmail invoked by alias); 08 May 2009 08:04:12 -0000 Received: from f053010249.adsl.alicedsl.de (EHLO [192.168.4.110]) [78.53.10.249] by mail.gmx.net (mp032) with SMTP; 08 May 2009 10:04:12 +0200 Message-ID: <4A03E78F.9080404@gmx.net> Date: Fri, 08 May 2009 08:04:00 -0000 From: Robert Schuster User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Sal CC: java@gcc.gnu.org Subject: Re: GCJ with OpenJDK Java API instead of GNU Classpath References: <4A020407.2090306@gmail.com> <4A02A70C.3030101@redhat.com> <4A0350F1.1080102@gmail.com> In-Reply-To: <4A0350F1.1080102@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig83BA6AAD37107BB66E4F55F2" 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: 2009-05/txt/msg00032.txt.bz2 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig83BA6AAD37107BB66E4F55F2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1075 Hi Sal, Sal schrieb: >=20 > I'm currently trying to make it all the way through the openjdk build > process, to get at the .java sources, and isolate the JNI parts needed > for a working library. Possibly if anyone has already done this let me > know - as it doesn't seem other parts are very critical - (hotspot, > etc.) to get running, since we're just replacing Classpath initially. >=20 > Looking forward to any ideas/comments! The CacaoVM is currently one of the virtual machines that can be combined with either GNU Classpath or the OpenJDK class library. The IcedTea build environment even supports using Cacao's libjvm.so instead of building it itself. So if you can make a suitable libjvm.so out of GCJ (or better gij, the interpreter) you can most likely reuse what IcedTea provides for Cacao. The Cacao project's development mailing list is here: cacao Just in case you have any questions regarding OpenJDK integration. :) Good luck with your project! (Btw: Wouldn't this have been an excellent GSoC idea?) Regards Robert --------------enig83BA6AAD37107BB66E4F55F2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 260 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkoD55IACgkQG9cfwmwwEtrNfwCfTqDlCaMqBgdZLKTiz/dUBytn flgAnRueoZH6mYKSvVJQpo1chKQ+0uwo =ACzT -----END PGP SIGNATURE----- --------------enig83BA6AAD37107BB66E4F55F2--