From owner-freebsd-java Tue Nov 26 0:59:58 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 CEBE437B401 for ; Tue, 26 Nov 2002 00:59:56 -0800 (PST) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30AB643EAF for ; Tue, 26 Nov 2002 00:59:55 -0800 (PST) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (theseas.softlab.ece.ntua.gr [147.102.1.1]) by ulysses.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id gAQ8xlN07888; Tue, 26 Nov 2002 10:59:48 +0200 (EET) Received: from localhost (mantzios@localhost) by theseas.softlab.ece.ntua.gr (8.11.6/8.11.6) with ESMTP id gAQ8xlE14891; Tue, 26 Nov 2002 10:59:47 +0200 (EET) Date: Tue, 26 Nov 2002 10:59:47 +0200 (EET) From: Mantzios Achilleus To: Alexey Zelkin Cc: Achilleus Mantzios , Bill Huey , Subject: Re: Jboss, -Xss with hotspot on -release 4.7p2 In-Reply-To: <20021125142633.A77963@phantom.cris.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 tried the patch of Alexey, i get java.net.BindException: Address already in use , and java.net.SocketException: Interrupted system call and jboss doesnt seem to come up in relatively reasonable amount of time. (its been 3 minutes since i started it, whereas under green-threads/OpenJIT works fine). Also i must note that native-threads seem to not work too. (i had to play with -X* options to get it going and the performance was way too bad: Startup time for green-threads/OpenJIT 14 secs Linux Hotspot (On RedHat 7.1*) 30 secs Native-threads/OpenJIT 45 secs Hotspot (native) >= 3 mins * On a similar machine (with more memory) I must say that apart from the bad scaling the the green-threads/OpenJIT solution shows, it rocks on atomic operations over the rest of cases. Anyway, now i dont get the SIGBUS Java_java_net_InetAddressImpl_getHostByAddr error. Achilleus. P.S. Note that in order to build Hotspot a patch from some nice japanese guys was needed. (i dont recall the message-id but it is easy to find). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message