2000-08-23 Alexandre Petit-Bianco <apbianco@cygnus.com>
commitd11e7ddccca863b840db0bb43795c647f6f0dc8f
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2000 02:16:57 +0000 (24 02:16 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Aug 2000 02:16:57 +0000 (24 02:16 +0000)
treeb64c0fde3c3e1f03637b3e62bc63cb86c3831a6a
parent3beda4b4e3ee40b4d4a579eae056c85027273adf
2000-08-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* gnu/gcj/jni/NativeThread.java (NativeThread): Removed assignment
to `alive_flag', call `init'.
(init): New native method.
* gnu/gcj/jni/natNativeThread.cc (init): New native method
implementation.

(http://sources.redhat.com/ml/java-patches/2000-q3/msg00142.html)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35931 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/gnu/gcj/jni/NativeThread.java
libjava/gnu/gcj/jni/natNativeThread.cc