gcc/libjava/java/lang
Anthony Green 31280fb7c4 prims.cc (_Jv_NewObjectArray): Undo placement change.
2000-11-25  Anthony Green  <green@redhat.com>

	* prims.cc (_Jv_NewObjectArray): Undo placement change.
	(_Jv_NewPrimArray): Likewise.
	* gcj/array.h (__JArray): Undo const change.  Removed constructor.
	(class JArray): Removed constructor.

	* java/lang/Thread.java (context_class_loader): New private data.
	(getContextClassLoader): New method.
	(setContextClassLoader): New method.
	(Thread): Initialize context_class_loader.

	* java/net/URLClassLoader.java: Import java.util.Enumeration.
	(getResource): Rename to findResource.
	(findResource): New method.  Used to be getResource.
	(getResourceAsStream): Deleted.
	(jarFileize): Extracted logic from URLClassLoader constructor into
	this new private method.
	(addURL): New protected method.
	(URLClassLoader): Call jarFileize.  Use addElement instead of
	insertElementAt.
	(findResources): New method.

	* java/lang/ClassLoader.java: Import java.util.Enumeration.
	(getResource): Implement correct logic.
	(findResource): New method.
	(getResources): New method.
	(findClass): Create a ClassNotFoundException with the name of the
	class rather than nothing at all.
	(defineClass) Only throw ClassFormatError.

	* java/lang/Class.java (forName): New method.
	* java/lang/Class.h (forName): New method.
	* java/lang/natClass.cc (forName): New method.

From-SVN: r37751
2000-11-26 03:58:56 +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 prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00:00
Class.java prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +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 prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +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 prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00: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
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
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 prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +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
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