From owner-freebsd-java Thu Nov 28 3:22:10 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675E237B401 for ; Thu, 28 Nov 2002 03:22:09 -0800 (PST) Received: from mgate3.rrzn.uni-hannover.de (mgate3.rrzn.uni-hannover.de [130.75.2.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8681643EB2 for ; Thu, 28 Nov 2002 03:22:08 -0800 (PST) (envelope-from jr@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mgate3.rrzn.uni-hannover.de (8.12.6/8.12.6) with ESMTP id gASBM2an018592 for ; Thu, 28 Nov 2002 12:22:06 +0100 (MET) Received: from theq.pmp.uni-hannover.de (theq.pmp.uni-hannover.de [130.75.117.4]) by www.pmp.uni-hannover.de (Postfix) with ESMTP id D72B411D for ; Thu, 28 Nov 2002 12:21:57 +0100 (CET) Content-Type: text/plain; charset="big5" From: Jens Reiche To: freebsd-java@FreeBSD.ORG Subject: Re: Problems with the Java-Performance Date: Thu, 28 Nov 2002 12:21:57 +0100 User-Agent: KMail/1.4.3 References: <200211281135.45870.jr@pmp.uni-hannover.de> <20021128103749.GA48586@leafy.idv.tw> In-Reply-To: <20021128103749.GA48586@leafy.idv.tw> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211281221.57772.jr@pmp.uni-hannover.de> X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) 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 I am using: java version "1.3.1-p7" Java(TM) 2 Runtime Environment, Standard Edition (build=20 1.3.1-p7-root-021112-18:40) Classic VM (build 1.3.1-p7-root-021112-18:40, green threads, nojit) on=20 FreeBSD theq.pmp.uni-hannover.de 4.7-RELEASE FreeBSD 4.7-RELEASE. I measured the time by using the following lines in java: at the beginning: long timeZero=3DSystem.currentTimeMillis(); and at the end of the program: System.out.println("Time spend on patching data and fitting:=20 "+((System.currentTimeMillis()-timeZero)/1000.f)+" s."); But I got the equivalent results using the commandline time comman= d. I looked up the mailinglist for hotspot, what is hotspot and where is the= =20 difference to my java version? Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message