gcc/libjava/java
Tom Tromey 68940f3f3c For PR java/5088:
* java/lang/natClassLoader.cc (_Jv_InitNewClassFields): New
	function.
	(_Jv_NewClass): Use it.
	(defineClass0): Use it.
	* prims.cc (_Jv_InitPrimClass): Adjust vtable here.
	(_Jv_InitPrimClass): Use _Jv_InitNewClassFields.
	(_Jv_NewArray): Don't abort; just throw exception.
	Include InternalError.h.
	* java/lang/Class.h (Class::Class): Declare, don't define.
	(Class): Declare _Jv_InitNewClassFields as a friend.
	(union _Jv_Self): Removed.

From-SVN: r48081
2001-12-16 22:28:35 +00:00
..
applet
awt
beans
io DataOutputStream (write (byte[], int, int)): Update "written" correctly. 2001-12-16 00:14:57 +00:00
lang For PR java/5088: 2001-12-16 22:28:35 +00:00
math Makefile.in: Rebuilt. 2001-12-16 22:25:14 +00:00
net
rmi
security
sql
text
util Collections drop from Classpath: 2001-12-15 07:47:03 +00:00