e301621d19
* configure.in: Rename THREADLIB to THREADLIBS. * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This ensures that we link the correct version of the linuxthreads semaphore functions. * Makefile.in: Rebuilt. * configure: Rebuilt. * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the list of signals which are not blocked during suspend in the NO_SIGNALS case. For libjava: * Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that the correct versions of various linuxthreads functions get linked. * Makefile.in: Rebuilt. * java/lang/natThread.cc (finalize_native): New static function. Call _Jv_ThreadDestroyData. (initialize_native): Register finalizer for "data". * include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype. (_Jv_ThreadDestroyData): New prototype. * include/win32-threads.h: Ditto. * include/no-threads.h: Ditto. * posix-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): New function. Free native thread "data" and move mutex and condition variable destroy code from: (really_start): ...here. (_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED. * win32-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): Implemented. * nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t". (_Jv_AllocArray): Ditto. From-SVN: r38557 |
||
---|---|---|
.. | ||
ref | ||
reflect | ||
AbstractMethodError.java | ||
ArithmeticException.java | ||
ArrayIndexOutOfBoundsException.java | ||
ArrayStoreException.java | ||
Boolean.java | ||
Byte.java | ||
Character.java | ||
Class.h | ||
Class.java | ||
ClassCastException.java | ||
ClassCircularityError.java | ||
ClassFormatError.java | ||
ClassLoader.java | ||
ClassNotFoundException.java | ||
Cloneable.java | ||
CloneNotSupportedException.java | ||
Comparable.java | ||
Compiler.java | ||
Double.java | ||
dtoa.c | ||
e_acos.c | ||
e_asin.c | ||
e_atan2.c | ||
e_exp.c | ||
e_fmod.c | ||
e_log.c | ||
e_pow.c | ||
e_rem_pio2.c | ||
e_remainder.c | ||
e_scalb.c | ||
e_sqrt.c | ||
EcosProcess.java | ||
Error.java | ||
Exception.java | ||
ExceptionInInitializerError.java | ||
fdlibm.h | ||
Float.java | ||
ieeefp.h | ||
IllegalAccessError.java | ||
IllegalAccessException.java | ||
IllegalArgumentException.java | ||
IllegalMonitorStateException.java | ||
IllegalStateException.java | ||
IllegalThreadStateException.java | ||
IncompatibleClassChangeError.java | ||
IndexOutOfBoundsException.java | ||
InstantiationError.java | ||
InstantiationException.java | ||
Integer.java | ||
InternalError.java | ||
InterruptedException.java | ||
k_cos.c | ||
k_rem_pio2.c | ||
k_sin.c | ||
k_tan.c | ||
LinkageError.java | ||
Long.java | ||
Math.java | ||
mprec.c | ||
mprec.h | ||
natCharacter.cc | ||
natClass.cc | ||
natClassLoader.cc | ||
natDouble.cc | ||
natEcosProcess.cc | ||
natFloat.cc | ||
natMath.cc | ||
natObject.cc | ||
natPosixProcess.cc | ||
natRuntime.cc | ||
natString.cc | ||
natSystem.cc | ||
natThread.cc | ||
natThrowable.cc | ||
NegativeArraySizeException.java | ||
NoClassDefFoundError.java | ||
NoSuchFieldError.java | ||
NoSuchFieldException.java | ||
NoSuchMethodError.java | ||
NoSuchMethodException.java | ||
NullPointerException.java | ||
Number.java | ||
NumberFormatException.java | ||
Object.h | ||
Object.java | ||
OutOfMemoryError.java | ||
PosixProcess.java | ||
Process.java | ||
Runnable.java | ||
Runtime.java | ||
RuntimeException.java | ||
RuntimePermission.java | ||
s_atan.c | ||
s_ceil.c | ||
s_copysign.c | ||
s_cos.c | ||
s_fabs.c | ||
s_floor.c | ||
s_rint.c | ||
s_scalbn.c | ||
s_sin.c | ||
s_tan.c | ||
SecurityException.java | ||
SecurityManager.java | ||
sf_rint.c | ||
Short.java | ||
StackOverflowError.java | ||
String.java | ||
StringBuffer.java | ||
StringIndexOutOfBoundsException.java | ||
strtod.c | ||
System.java | ||
Thread.java | ||
ThreadDeath.java | ||
ThreadGroup.java | ||
Throwable.java | ||
UnknownError.java | ||
UnsatisfiedLinkError.java | ||
UnsupportedOperationException.java | ||
VerifyError.java | ||
VirtualMachineError.java | ||
Void.java | ||
w_acos.c | ||
w_asin.c | ||
w_atan2.c | ||
w_exp.c | ||
w_fmod.c | ||
w_log.c | ||
w_pow.c | ||
w_remainder.c | ||
w_sqrt.c |