> It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be
> SURE you are running green threads (in addition to disabling the JIT). All
> the associated comments seem to echo "RH6 doesn't support native threads".
> What does this REALLY mean ?
>
> Does this mean that pthread support is missing in RH6, or that the JVM when
> compiled using the native thread option just doesn't work ? Where is the
> limitation...RH or Java ? Is this a temporary situation, or will native
> threads NEVER work ? If the latter is true, this poses HUGE problems. Case
> in point- JNI. According to the 1.2 pre-release notes you should use the
> native threads VM if you are going to use JNI with pthread code. How will
> this be possible ?
It is not really a "limitation", it's an incompatibility. RH6 is based
on glibc2.1, while JDK1.2 with native threads currently only works with
glibc2.0. Both have pthread support, but some details are different.
The people porting the JDK have stated that this problem will be fixed
in future releases.
CU,
Stefan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]