From owner-freebsd-java@FreeBSD.ORG Fri Jun 22 06:24:06 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D13D216A400 for ; Fri, 22 Jun 2007 06:24:06 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.freebsd.org (Postfix) with ESMTP id A886113C45D for ; Fri, 22 Jun 2007 06:24:06 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id 8FBFB4DBFE for ; Fri, 22 Jun 2007 06:24:12 +0000 (GMT) Received: from smitch7.jumbuck.com (p82.jumbuck.com [206.112.99.82]) by p4.roq.com (Postfix) with ESMTP id 32AF94D976 for ; Fri, 22 Jun 2007 06:24:12 +0000 (GMT) Received: from smitch7.jumbuck.com (mail.jumbuck.com [206.112.99.82]) by smitch7.jumbuck.com (Postfix) with ESMTP id 2500D410C8E; Fri, 22 Jun 2007 06:24:05 +0000 (UTC) Received: from beaste5.jumbuck.com (melbourne.jumbuck.com [150.101.166.27]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smitch7.jumbuck.com (Postfix) with ESMTP id BBECC410C84; Fri, 22 Jun 2007 06:24:04 +0000 (UTC) Received: from beaste5.jumbuck.com (beast5 [192.168.46.105]) by beaste5.jumbuck.com (Postfix) with ESMTP id 0A0D4209D1A9; Fri, 22 Jun 2007 16:24:02 +1000 (EST) Received: from [192.168.46.102] (unknown [192.168.46.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by beaste5.jumbuck.com (Postfix) with ESMTP id D7476209D195; Fri, 22 Jun 2007 16:24:01 +1000 (EST) Message-ID: <467B6B01.3040201@thebeastie.org> Date: Fri, 22 Jun 2007 16:24:01 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.4) Gecko/20070604 SeaMonkey/1.1.2 MIME-Version: 1.0 To: Greg Lewis References: <46763514.6090503@thebeastie.org> <20070621031333.GA36715@misty.eyesbeyond.com> In-Reply-To: <20070621031333.GA36715@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5.0_11-p5 Performance X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 06:24:06 -0000 Greg Lewis wrote: > G'day Mike, > > On Mon, Jun 18, 2007 at 05:32:36PM +1000, Michael Vince wrote: > >> Been testing the new ports Java (1.5.0_11-p5) on FreeBSD 6.2 and I have >> to say its the fastest Java I have benchmarked on FreeBSD! >> > > Do you happen to know how much faster? Also, did you happen to compare > it to say linux-sun-jdk15 under emulation? > > My tests have never been very strict/scientific but I am using the exact same Java code has I have when I tested the original first Diablo 1.5 release the main difference is its now on 6.2 FreeBSD. I am measuring under libthr a performance increase as high as 19% as my original best result tests I could do in the past which were also done under libthr/diablo or libpthread for the ports 1.5 JDK (depending on the JDK/lib combination used that would give best results) I never tested the Linux JDK as I haven't found it very usable in the past for Tomcat, and on the current server I tested its not installed as I assume it used the Diablo Java for its building of the new port. Regards, Mike