NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `init'.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 24 Aug 2000 02:16:57 +0000 (02:16 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 24 Aug 2000 02:16:57 +0000 (19:16 -0700)
commit6d958acf09c0e04b8b0b3c251e2dd2a38c28c254
treeb64c0fde3c3e1f03637b3e62bc63cb86c3831a6a
parent7def1251301aac2e419c8a1d84d73d08d32debeb
NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `init'.

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)

From-SVN: r35931
libjava/ChangeLog
libjava/gnu/gcj/jni/NativeThread.java
libjava/gnu/gcj/jni/natNativeThread.cc