gcc/libjava/include
Bryce McKinlay 4559716751 Hashtable synchronization for PowerPC.
libjava:
	Hashtable synchronization for PowerPC.
	* configure.in: Define SLOW_PTHREAD_SELF if configure.host set
	slow_pthread_self. Set up symlink for sysdeps directory.
	* configure: Rebuild.
	* configure.host: Document more shell variables. Set sysdeps_dir
	for most platforms. Set slow_pthread_self for i686. Set
	enable_hash_synchronization_default and slow_pthread_self for PowerPC.
	* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use release_set so
	that memory barrier is emitted where required.
	* prims.cc: 64-bit align static primitive class instances.
	* include/posix-threads.h (_Jv_ThreadSelf for SLOW_PTHREAD_SELF): Add
	read_barrier() to enforce ordering of reads.
	* sysdep/powerpc/locks.h: New file. Implementation of synchronization
	primitives for PowerPC.
	* sysdep/i386/locks.h: New file. Synchronization primitives for i386
	moved from natObject.cc.
	* sysdep/alpha/locks.h: Likewise.
	* sysdep/ia64/locks.h: Likewise.
	* sysdep/generic/locks.h: Likewise.
	* java/lang/natObject.cc: Move thread synchronization primitives to
	system-dependent headers.
gcc/java:
	* decl.c (java_init_decl_processing): Make sure class_type_node
	alignment is not less than 64 bits if hash synchronization isenabled.

boehm-gc:
	* include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
	support is enabled, for hash synchronization.

From-SVN: r50523
2002-03-10 03:53:16 +00:00
..
boehm-gc.h
config.h.in config.h.in: Rebuilt. 2002-03-06 23:11:18 +00:00
default-signal.h
dwarf2-signal.h
i386-signal.h
java-assert.h
java-chardecomp.h unicode-decomp.pl: Move from chartables.pl... 2002-03-06 18:54:45 +00:00
java-chartables.h unicode-decomp.pl: Move from chartables.pl... 2002-03-06 18:54:45 +00:00
java-cpool.h
java-insns.h
java-interp.h Fix for PR libgcj/2024, plus other class name cleanups: 2001-11-26 06:40:06 +00:00
java-props.h
jni.h * include/jni.h: Include stdio.h. 2002-03-08 21:37:46 +00:00
jvm.h jvm.h (_Jv_BuildGCDescr): Declare unconditionally. 2001-12-19 01:59:28 +00:00
jvmpi.h
Makefile.am
Makefile.in natSystem.cc (init_properties): Use __VERSION__. 2002-02-27 05:32:29 +00:00
name-finder.h name-finder.h: Conditionally include sys/wait.h. 2002-02-07 19:25:28 +00:00
no-gc.h
no-threads.h
posix-threads.h Hashtable synchronization for PowerPC. 2002-03-10 03:53:16 +00:00
posix.h win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong. 2002-03-08 01:03:56 +00:00
sparc-signal.h
stamp-h.in
win32-signal.h
win32-threads.h win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to enable safer wait() algorithm. 2002-02-02 04:27:34 +00:00
win32.h win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong. 2002-03-08 01:03:56 +00:00