From owner-freebsd-java@FreeBSD.ORG Fri Feb 11 18:40:24 2005 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B29016A4CE for ; Fri, 11 Feb 2005 18:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495C943D45 for ; Fri, 11 Feb 2005 18:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BIeO3B046126 for ; Fri, 11 Feb 2005 18:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1BIeOKU046125; Fri, 11 Feb 2005 18:40:24 GMT (envelope-from gnats) Date: Fri, 11 Feb 2005 18:40:24 GMT Message-Id: <200502111840.j1BIeOKU046125@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Anthony Ginepro Subject: Re: java/77162: Tomcat5 regression with jdk15-p1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anthony Ginepro List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 18:40:24 -0000 The following reply was made to PR java/77162; it has been noted by GNATS. From: Anthony Ginepro To: freebsd-gnats-submit@FreeBSD.org, phantom@FreeBSD.org.ua Cc: Subject: Re: java/77162: Tomcat5 regression with jdk15-p1 Date: Fri, 11 Feb 2005 19:34:00 +0100 Hi Alexey, Thanks for your patch it perfectly corrected my problem, now tomcat under jdk15-p1 performance is on par with jdk15-exp ! I looked at both startup time and jsp execution times. Anthony.