Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 16:31:06 -0700
From:      Bill Huey (Hui) <billh@gnuppy.monkey.org>
To:        Brennan Stehling <brennan@offwhite.net>
Cc:        Alexey Zelkin <phantom@FreeBSD.ORG>, freebsd-java@FreeBSD.ORG, "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Subject:   Re: native jdk 1.4
Message-ID:  <20020930233106.GA2538@gnuppy.monkey.org>
In-Reply-To: <019460D4-D4BB-11D6-81F4-003065F6F346@offwhite.net>
References:  <20020930044428.GA4778@gnuppy.monkey.org> <019460D4-D4BB-11D6-81F4-003065F6F346@offwhite.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 30, 2002 at 04:24:30PM -0500, Brennan Stehling wrote:
> Would it make sense to put efforts into APR to allow for the special 
> needs of the JVM to be handled?  I suppose this idea could be copied 
> over to the developers for APR.

Somebody will have to look at it and determine if it's useable for our
purposes. The HotSpot's native threading is sufficiently complicated
enough that it realy needs low level operating system specific features
for proper and speedy thread performance.

It's highly unlikely that a portability library like APR, which isn't
a language runtime, to have that support. You basically need to get
at key OS structures, uncontext, thread run state, stack properties for
some of the more interesting low level thingies.

It's ok, we have all of that handled currently. Things are in good
working order. ;)

bill


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020930233106.GA2538>