From owner-freebsd-current@FreeBSD.ORG Wed May 13 19:23:59 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE4E1065670 for ; Wed, 13 May 2009 19:23:59 +0000 (UTC) (envelope-from saifi.khan@twincling.org) Received: from s217.sureserver.com (s217.sureserver.com [203.194.200.22]) by mx1.freebsd.org (Postfix) with ESMTP id D5CAE8FC20 for ; Wed, 13 May 2009 19:23:58 +0000 (UTC) (envelope-from saifi.khan@twincling.org) Received: (qmail 8107 invoked by uid 1002); 13 May 2009 19:23:56 -0000 Received: from unknown (HELO ?10.10.10.9?) (saifi.khan@twincling.org@59.92.188.48) by s217.sureserver.com with ESMTPA; 13 May 2009 19:23:56 -0000 Date: Thu, 14 May 2009 00:56:49 +0000 (GMT) From: Saifi Khan X-X-Sender: saifi@localhost To: freebsd-current@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: glarkin@FreeBSD.org Subject: Scala X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 19:24:00 -0000 Hi: just tried out Scala 2.8.0 svn r17711 revision with Diablo Java HotSpot(TM) Client VM 1.6.0_07 and it works awesome on the FreeBSD 8.0 200905 i386 snapshot. However, while running the 'ant test', i noticed that java tops out at 274MB heap size with 31 threads (falls to 29 threads after approx 5min and stays there) . Interestingly, the state in 'top' is shown as 'ucond'. Is this pthread_cond_wait_ or something, where the VM thread is deadlocked ? Any work around to this issue ? I also noticed that the recent ports checkin is Scala 2.7.3 http://www.freebsd.org/cgi/query-pr.cgi?pr=133887 May be, Scala 2.7.4 can be fast tracked to the ports. Can somebody point out to a template for the ports directory tree layout ? Is there a location to place bleeding edge ports? thanks Saifi.