From owner-freebsd-java@FreeBSD.ORG Fri May 2 11:58:46 2003 Return-Path: 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 100CD37B401; Fri, 2 May 2003 11:58:46 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387C943FAF; Fri, 2 May 2003 11:58:42 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h42L5wSO027543; Fri, 2 May 2003 21:05:59 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h42J5MX4092643; Fri, 2 May 2003 22:05:22 +0300 (EEST) (envelope-from ml) Date: Fri, 2 May 2003 22:05:22 +0300 From: Alexey Zelkin To: Daniel Eischen Message-ID: <20030502220522.A92621@phantom.cris.net> References: <3EB2B97C.F56F4ED5@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3EB2B97C.F56F4ED5@freebsd.org>; from deischen@freebsd.org on Fri, May 02, 2003 at 02:31:24PM -0400 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: java@freebsd.org cc: threads@freebsd.org Subject: Re: Java and native threads using libpthread X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 18:58:46 -0000 hi, I am catching up with jdk14 port issues now and 'libkse' is one of top items on my TODO list. I'll let you know results as soon as have some. On Fri, May 02, 2003 at 02:31:24PM -0400, Daniel Eischen wrote: > [Followups to threads@ please] > > I know you guys have made a lot of progress with native threading > using libc_r, but I'd like to see you try out libpthread (libkse) > at some point. > > We're currently in active development of libpthread, so if you > have any desires, please let us know. One of the things I'd like > to see is removal any knowledge of thread library internals (if > you still have any). For instance, if you need to retrieve a > thread's register set, I'd rather give you a function to retrieve > them instead of knowing where they are in the thread structure. > > -- > Dan Eischen > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"