From owner-freebsd-java Tue Dec 5 9:46:16 2000 From owner-freebsd-java@FreeBSD.ORG Tue Dec 5 09:46:14 2000 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id D2B3237B400 for ; Tue, 5 Dec 2000 09:46:13 -0800 (PST) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id TAA21779; Tue, 5 Dec 2000 19:46:12 +0200 (EET) Received: (from past@localhost) by netmode.ntua.gr (8.11.1/8.11.1) id eB5Hs2n49709; Tue, 5 Dec 2000 19:54:02 +0200 (EET) (envelope-from past) Date: Tue, 5 Dec 2000 19:54:02 +0200 From: Panagiotis Astithas To: Ernst de Haan Cc: "Koster, K.J." , FreeBSD Java mailing list Subject: Re: Performance hint for JDK on FreeBSD Message-ID: <20001205195402.A48767@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr References: <59063B5B4D98D311BC0D0001FA7E4522026D7A7D@l04.research.kpn.com> <20001201174923.A57144@c187104187.telekabel.chello.nl> <20001201185031.A58178@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001201185031.A58178@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Fri, Dec 01, 2000 at 06:50:31PM +0100 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I also run the latest AWTTest on jdk1.2.2b10, to compare the two configurations. I disabled OpenJIT because it adds an additional overhead since it is written in Java, and I performed about 5 or 6 consecutive executions before the numbers stabilized (I guess the vm subsystem plays an important part here). The results are: Greg's font.properties: Class load took: 379 ms. AWT startup took: 846 ms. Frame create took: 29 ms. Robert's font.properties (with URW fonts): Class load took: 379 ms. AWT startup took: 832 ms. Frame create took: 29 ms. It seems that the difference is rather negligible (~1%). This is on a system with XFree86 4.0.1_8. Also note that I don't get any "font not found" messages any more, in either configuration. Cheers, -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message