From owner-freebsd-java Wed Dec 12 5: 6: 0 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 27DE737B417 for ; Wed, 12 Dec 2001 05:05:57 -0800 (PST) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id fBCD5t008310 for ; Wed, 12 Dec 2001 22:05:55 +0900 (JST) env-from (k.shudou@aist.go.jp) Received: from mail12.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id fBCD5tk19959 for ; Wed, 12 Dec 2001 22:05:55 +0900 (JST) env-from (k.shudou@aist.go.jp) Received: from localhost by mail12.aist.go.jp with ESMTP id fBCD5sO09545 for ; Wed, 12 Dec 2001 22:05:54 +0900 (JST) env-from (k.shudou@aist.go.jp) To: freebsd-java@FreeBSD.ORG Subject: Re: jdk1.3.1p5 From: shudo@computer.org In-Reply-To: References: <20011211230538.GA2264@gnuppy> <15382.39466.681160.346406@caddis.yogotech.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: <20011212220605N.shudoh@aist.go.jp> Date: Wed, 12 Dec 2001 22:06:05 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 24 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 Georg-W Koltermann wrote: > >From a user's perspective Hotspot vs. classic is a real difference. > Try to run an interactive tool like Together/J with a classic VM (I > use FreeBSD JDK1.3.1/green-threads with OpenJIT) and then again with > Hotspot (my colleague uses Linux with Sun's Hotspot VM). You will > notice that working with this caliber of a Java application, and not > having Hotspot, IS A REAL PAIN. OpenJIT takes long start-up time because a large part of the compiler is written in Java language itself. The compiler compiles itself and most of the self compilation is carried out by the bytecode interpreter of the Classic VM. IBM Jikes RVM, formerly known as Jalapeno, is a JVM written in Java. It will also needs long time to warm itself up. So developers of the JVM say it is for server-side. Jikes RVM http://www-124.ibm.com/developerworks/opensource/jikesrvm/ Kazuyuki Shudo shudo@computer.org http://www.shudo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message