From owner-freebsd-java Thu Mar 25 19:52:29 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 6439615502 for ; Thu, 25 Mar 1999 19:52:28 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id VAA22754; Thu, 25 Mar 1999 21:52:04 -0600 (CST) Date: Thu, 25 Mar 1999 21:52:04 -0600 (CST) From: Steve Price To: SHUDO Kazuyuki Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: FreeBSD emulation for linux In-Reply-To: <199903260326.MAA15184@cafe.muraoka.info.waseda.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, SHUDO Kazuyuki wrote: # > It appears that the Sun JIT is provided as part of the JDK2 sources. # > # > ./src/solaris/lib/sparc/libsunwjit_g.so # > ./src/solaris/lib/sparc/libsunwjit.so # > ./src/solaris/lib/i386/libsunwjit_g.so # > ./src/solaris/lib/i386/libsunwjit.so # > # > So, we may also be able to use the JIT as well. # # Those are JITs for SunOS 5/x86 and SPARC as you know. # Is there any way to use them on FreeBSD? Can't say for sure. Those files seem to be self-contained except for a few routines needed from libkvm.so, so we may get lucky and have them work. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message