From owner-freebsd-threads@FreeBSD.ORG Mon Jun 2 09:24:52 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F276937B401; Mon, 2 Jun 2003 09:24:51 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635DB43FBF; Mon, 2 Jun 2003 09:24:50 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 19MqVS-0007J5-00; Mon, 2 Jun 2003 07:41:50 -0700 Date: Mon, 2 Jun 2003 07:41:48 -0700 (PDT) From: Tom Samplonius To: Sheldon Hearn In-Reply-To: <20030602123445.GK84604@starjuice.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org cc: freebsd-java@FreeBSD.org Subject: Re: Fwd: Re: Native JDK with libthr/libkse X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 16:24:52 -0000 ... > And I encourage the java developers to let us threads guys know > what they're having problems with. It has been stated that > jdk is not guaranteed to work with anything but libc_r, so > contact us over at threads@. We want to see a fast and stable > jdk as much as anyone else does. > > -- > Dan Eischen But the last that I've seen on the threads@ list is that libkse's signal handling is not finished, and both libthr and libkse have incomplete SMP support. I've been waiting to hear whether one of these has reached a "finished" state, in order that a test build of jdk on FreeBSD 5 is not a total waste... Tom