From owner-freebsd-java Thu Mar 25 7:41: 1 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 0899C14BE9 for ; Thu, 25 Mar 1999 07:40:59 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA25586; Thu, 25 Mar 1999 08:40:39 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA23948; Thu, 25 Mar 1999 08:40:38 -0700 Date: Thu, 25 Mar 1999 08:40:38 -0700 Message-Id: <199903251540.IAA23948@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: SHUDO Kazuyuki Cc: Steve Price , freebsd-java@FreeBSD.ORG Subject: Re: FreeBSD emulation for linux In-Reply-To: <199903250826.RAA07421@cafe.muraoka.info.waseda.ac.jp> References: <199903250826.RAA07421@cafe.muraoka.info.waseda.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > # Doesn't the Java 2 platform include Symantec's JIT? Will we get that with > > # the port? > > > > Yes the Sun implementation has it (and Blackdown's too I think) > > but the source is not publically available, so our port won't > > come with it. :( > > Java 2 SDK (JDK 1.2) for Linux and for Solaris have Sun > JIT. Only one for Win32 has Symantec JIT. 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. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message