Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 04:56:06 +1030
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Guerry Semones <gsemones@treenleaf.com>
Cc:        freebsd-java@freebsd.org
Subject:   Re: FreeBSD JDK 1.3.1_p8 HotSpot not loading from jre/lib/ext???
Message-ID:  <20030313045606.A80657@misty.eyesbeyond.com>
In-Reply-To: <200303120835.AA1746731258@mail.mstar2.net>; from gsemones@treenleaf.com on Wed, Mar 12, 2003 at 08:35:15AM -0800
References:  <200303120835.AA1746731258@mail.mstar2.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 12, 2003 at 08:35:15AM -0800, Guerry Semones wrote:
> Thanks much for the responses, and for the patch.  I'm taking
> advantage of them, but I still have an open issue:
> 
> Will this patch or a similar fix make its way into a 1.3.1_p9 in
> the future.  Unfortunately, my concern here is from a customer
> support standpoint.  If one of our customer's tries to use our
> product with with the 1.3.1_p8 (the "latest" and the version that
> passed compatibility tests, they will have this problem if using SSL.
> 
> I could force the fix by using Antony's approach in my JNI code,
> or point customer's to the problem in the source code, or even
> share Haro's patch, but ideally for customer support, it'd be
> better to just have them get a patch 9.

Or you could just use the green threads + Classic VM combination which
is what passed the compatibility tests.  This error is _only_ for
HotSpot which is clearly stated to be experimental for 1.3.1.

To be more specific, if you want a compliant JDK, you will compile
1.3.1p8 without native threads or HotSpot and without optimisation.
You will not use a JIT.  That is the only setup which has tested as
compliant so far.

To answer your question about the patch being included in patchset 9,
the answer is yes.  I've got it in my local tree and will check it in 
to the repo soon and add a patch to the port after ports freeze is done.

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org


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?20030313045606.A80657>