From owner-freebsd-hackers Wed Nov 8 11:18:00 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA15188 for hackers-outgoing; Wed, 8 Nov 1995 11:18:00 -0800 Received: from sunny.bog.msu.su (dima@sunny.bog.msu.su [158.250.20.1]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA15155 for ; Wed, 8 Nov 1995 11:16:25 -0800 Received: (from dima@localhost) by sunny.bog.msu.su (8.6.12/8.6.12) id WAA07790; Wed, 8 Nov 1995 22:15:25 +0300 Date: Wed, 8 Nov 1995 22:15:14 +0300 (????) From: Dmitry Khrustalev To: hackers@freefall.freebsd.org cc: terry@lambert.org Subject: Re: ideas from netbsd In-Reply-To: <199511080530.VAA23023@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org Precedence: bulk > > > 2. We need to integrate our own pthreads support badly enough that JAVA > > would better serve as incentive for a native port. I don't think that > > pursuing NetBSD ABI emulation to that end is the best use of resources. > > This is a misunderstanding. > > JAVA will *not* work, as shipped by Sun, with pthreads or other user space > threading system. Java, as shipped by Sun, uses simple user space thread library, green threads. It does not depend on solaris threads at all. However, it needs thread-safe libc. -Dima