r116182 - in /branches/gcj-eclipse/libjava: Cha...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Wed Aug 16 15:51:00 GMT 2006
Author: tromey
Date: Wed Aug 16 15:51:54 2006
New Revision: 116182
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116182
Log:
* include/posix-threads.h (_Jv_MutexLock): No longer inline.
* posix-threads.cc (_Jv_CondWait): Set thread's state.
* include/jvm.h (class JvSetThreadState): New class.
(JvThreadState): New enum.
* java/lang/Thread.java (state): New field.
* java/lang/natThread.cc (_Jv_ThreadRun): Use
getUncaughtExceptionHandler.
(start): Set state.
(_Jv_AttachCurrentThread): Likewise.
(finish_): Likewise.
(getState): Wrote.
Modified:
branches/gcj-eclipse/libjava/ChangeLog
branches/gcj-eclipse/libjava/include/jvm.h
branches/gcj-eclipse/libjava/include/posix-threads.h
branches/gcj-eclipse/libjava/java/lang/Thread.java
branches/gcj-eclipse/libjava/java/lang/natThread.cc
branches/gcj-eclipse/libjava/posix-threads.cc
More information about the Gcc-cvs
mailing list