From owner-freebsd-java Fri Sep 21 10: 9:46 2001 Delivered-To: freebsd-java@freebsd.org Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by hub.freebsd.org (Postfix) with ESMTP id DB97A37B401; Fri, 21 Sep 2001 10:09:41 -0700 (PDT) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id f8LH9eN24965; Sat, 22 Sep 2001 02:09:40 +0900 (JST) env-from (k.shudou@aist.go.jp) Received: from mail12.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id f8LH9ev17856; Sat, 22 Sep 2001 02:09:40 +0900 (JST) env-from (k.shudou@aist.go.jp) Received: from localhost by mail12.aist.go.jp with ESMTP id f8LH9dv00075; Sat, 22 Sep 2001 02:09:39 +0900 (JST) env-from (k.shudou@aist.go.jp) To: sobomax@FreeBSD.org Cc: java@FreeBSD.org, shudo@computer.org Subject: Re: Shujit doesn't work with Forte and JDK1.3.1 on FreeBSD From: shudo@computer.org In-Reply-To: <200109141642.f8EGguP01766@vega.vega.com> References: <200109141642.f8EGguP01766@vega.vega.com> X-Mailer: Mew version 1.94.2 on XEmacs 21.1 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010922021111P.shudoh@aist.go.jp> Date: Sat, 22 Sep 2001 02:11:11 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 35 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Maxim, I appreciate your reports about shuJIT and FreeBSD. Your reports have been very useful sources of bug fixes. I could fix the JIT compiler and released a new version 0.7.5: http://www.shudo.net/jit/ From: Maxim Sobolev > Just to let you know that when I'm trying to run Forte under FreeBSD with > native JDK1.3.1 (yes, we have it now, thouth it isn't official yet) and > JAVA_COMPILER=shujit the IDE doesn't start up properly - it hangs somewhere > in the middle of the startup process. Forte for Java is pretty large and complicated Java application. It is a very good test program for JVMs and JIT compilers. I tried version 3.0, which is recently (Aug 30) released, on Linux. The Forte attacked no less than three effective bugs and two potential bugs of shuJIT! I could notice the bugs thank for the great test program. If the FreeBSD native JDK 1.3.1 can run Forte even with the Java interpreter, it may be a sign of maturation of the native JDK. Those shuJIT's bugs are very interesting for me. Almost all the bugs are related to synchronization. One of them involves tail recursion elimination (an optimization technique) of a synchronized method. Thanks! Kazuyuki Shudo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message