gcc/libjava/java/lang
Bryce McKinlay 213858c013 System.java (setProperties): Only call init_properties() if properties is null.
2000-11-24  Bryce McKinlay  <bryce@albatross.co.nz>

	* java/lang/System.java (setProperties): Only call init_properties()
	if properties is null.
	(getProperties): Ditto.
	(getProperty): Ditto.
	(setProperty): Call init_properties if properties are null.
	(prop_init): Remove field.
	* java/lang/natSystem.cc (init_properties): Synchronize the entire
	method. Check for null properties after synchronizing instead of
	prop_init flag. Set the properties field last for thread safety.

	* java/io/ObjectInputStream.java (ObjectInputStream): If DEBUG is set,
	test for gcj.dumpobjects property and enable object stream dumping
	if it is set.
	(dumpElement): No longer native.
	(dumpElementln): Ditto.
	(setDump): Do not define.
	* java/io/natObjectInputStream.cc (dumpElement): Removed.
	(dumpElementln): Removed.
	(setDump): Removed.

2000-11-24  Bryce McKinlay  <bryce@albatross.co.nz>

	* configure: Rebuilt.
	* Makefile.in: Rebuilt.
	* Makefile.am (built_java_source_files): Add Configuration.java.
	* configure.in: Add Configuration.java to CONFIG_FILES. Set
	LIBGCJDEBUG substitution if --enable-libgcj-debug is specified.
	Create `gnu' directory in the build tree.
	* gnu/classpath/Configuration.java.in: New file.

From-SVN: r37749
2000-11-26 01:48:04 +00:00
..
reflect Makefile.in: Rebuilt. 2000-11-20 18:25:41 +00:00
AbstractMethodError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ArithmeticException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ArrayIndexOutOfBoundsException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ArrayStoreException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Boolean.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Byte.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Character.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
Class.h natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
Class.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassCastException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassCircularityError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassFormatError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassLoader.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassNotFoundException.java Makefile.am: Added locale files from Classpath. 2000-10-27 10:33:46 +00:00
CloneNotSupportedException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Cloneable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Comparable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Compiler.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Double.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
EcosProcess.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Error.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Exception.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ExceptionInInitializerError.java natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
Float.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
IllegalAccessError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalAccessException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalArgumentException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalMonitorStateException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalStateException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalThreadStateException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IncompatibleClassChangeError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IndexOutOfBoundsException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InstantiationError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InstantiationException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Integer.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
InternalError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InterruptedException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
LinkageError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Long.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Math.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
NegativeArraySizeException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoClassDefFoundError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchFieldError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchFieldException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchMethodError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchMethodException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NullPointerException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Number.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
NumberFormatException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Object.h natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
Object.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
OutOfMemoryError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
PosixProcess.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Process.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Runnable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Runtime.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
RuntimeException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SecurityException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SecurityManager.java Jumbo patch: 2000-05-19 17:55:34 +00:00
Short.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
StackOverflowError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
String.java natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
StringBuffer.java Jumbo patch: 2000-05-19 17:55:34 +00:00
StringIndexOutOfBoundsException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
System.java System.java (setProperties): Only call init_properties() if properties is null. 2000-11-26 01:48:04 +00:00
Thread.java Makefile.am (Thread.h): Don't be friends with native threads functions. 2000-09-07 13:09:41 +01:00
ThreadDeath.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
ThreadGroup.java ThreadGroup.java (uncaughtException): Print thread name with stack dump. 2000-10-25 09:11:47 +01:00
Throwable.java mauve-libgcj: Activated serialization tests. 2000-07-27 23:57:07 +00:00
UnknownError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
UnsatisfiedLinkError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
UnsupportedOperationException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
VerifyError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
VirtualMachineError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Void.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
dtoa.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_acos.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_asin.c [multiple changes] 1999-06-24 20:41:47 +00:00
e_atan2.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_exp.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_fmod.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_log.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_pow.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_rem_pio2.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_remainder.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_scalb.c Initial revision 1999-04-07 14:42:40 +00:00
e_sqrt.c [multiple changes] 1999-06-24 20:06:09 +00:00
fdlibm.h natIconv.cc (read): Remove unused local. 2000-09-05 12:05:59 +01:00
ieeefp.h ieeefp.h: Handle ia64, fr30, mcore. 2000-06-23 19:53:33 +00:00
k_cos.c [multiple changes] 1999-06-24 20:06:09 +00:00
k_rem_pio2.c [multiple changes] 1999-06-24 20:06:09 +00:00
k_sin.c [multiple changes] 1999-06-24 20:06:09 +00:00
k_tan.c [multiple changes] 1999-06-24 20:06:09 +00:00
mprec.c Initial revision 1999-04-07 14:42:40 +00:00
mprec.h [multiple changes] 2000-03-26 20:33:04 +00:00
natCharacter.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natClass.cc natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
natClassLoader.cc natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
natDouble.cc defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H. 2000-09-14 07:51:56 +00:00
natEcosProcess.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natFloat.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natMath.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natObject.cc natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
natPosixProcess.cc Fix for PR java.lang/339: 2000-09-06 18:14:15 +00:00
natRuntime.cc * java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'. 2000-09-14 07:56:28 +00:00
natString.cc natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
natSystem.cc System.java (setProperties): Only call init_properties() if properties is null. 2000-11-26 01:48:04 +00:00
natThread.cc ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpath VM spec. 2000-06-21 04:55:35 +01:00
natThrowable.cc natThrowable.cc (fillInStackTrace): Check for zero return from backtrace(). 2000-07-19 14:37:56 +00:00
s_atan.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_ceil.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_copysign.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_cos.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_fabs.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_floor.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_rint.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_scalbn.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_sin.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_tan.c [multiple changes] 1999-06-24 20:06:09 +00:00
sf_rint.c [multiple changes] 1999-06-24 20:06:09 +00:00
strtod.c Initial revision 1999-04-07 14:42:40 +00:00
w_acos.c Initial revision 1999-04-07 14:42:40 +00:00
w_asin.c Initial revision 1999-04-07 14:42:40 +00:00
w_atan2.c Initial revision 1999-04-07 14:42:40 +00:00
w_exp.c Initial revision 1999-04-07 14:42:40 +00:00
w_fmod.c Initial revision 1999-04-07 14:42:40 +00:00
w_log.c Initial revision 1999-04-07 14:42:40 +00:00
w_pow.c Initial revision 1999-04-07 14:42:40 +00:00
w_remainder.c Initial revision 1999-04-07 14:42:40 +00:00
w_sqrt.c Initial revision 1999-04-07 14:42:40 +00:00