From owner-freebsd-java Wed Nov 4 06:28:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01439 for freebsd-java-outgoing; Wed, 4 Nov 1998 06:28:35 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from manchester.genrad.com (x247.genrad.co.uk [195.99.3.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01427 for ; Wed, 4 Nov 1998 06:28:33 -0800 (PST) (envelope-from swindellsr@genrad.co.uk) Date: Wed, 4 Nov 1998 06:28:33 -0800 (PST) Message-Id: <199811041428.GAA01427@hub.freebsd.org> Received: from CDP275.uk.genrad.com by manchester.genrad.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id VTWQB7ZH; Wed, 4 Nov 1998 14:28:23 -0000 From: Robert Swindells To: hidekoba@alles.or.jp CC: freebsd-java@FreeBSD.ORG In-reply-to: <363FE502.8D2C172B@alles.or.jp> (message from Hideki Kobayashi on Wed, 04 Nov 1998 14:24:18 +0900) Subject: Re: JIT on FreeBSD Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>Does anyone know where I can find a JIT for JDK1.1.6 (or tell me there >>isn't one yet...)? >shuJIT (Just In Time compiler for Sun JVM/IA32) ... open source code > http://www.shudo.net/jit/index-j.html ... English not available yet > http://www.shudo.net/jit/dist/ > >Supported Platforms > Linux > JDK 1.1.6v2 (by Steve Byrne), libc5.4.44, linux 2.1.117 > JDK 1.1.6v4a (by Java-Linux Porting Team), glibc2.0.7, linux 2.0.33 > FreeBSD > JDK 1.1.6 (V98-9-23), FreeBSD 2.2.7R It works fine for the simple Sieve benchmark with ~200x speedup but it dumps core with an illegal instruction for anything using Swing. Looks nice though. Robert Swindells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message