gcc/libjava/java
Tom Tromey a12fe13ddb Class.h (Class): Made _Jv_BytecodeVerifier a friend.
* java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.
	* Makefile.in: Rebuilt.
	* Makefile.am (libgcj_la_SOURCES): Added verify.cc.
	* verify.cc: New file.
	* include/java-interp.h (_Jv_count_arguments): Declare.
	(_Jv_VerifyMethod): Likewise.
	(class _Jv_InterpMethod): Made _Jv_BytecodeVerifier a friend.
	(class _Jv_InterpException): Likewise.
	* resolve.cc (_Jv_count_arguments): Renamed from count_arguments.
	No longer static.  Updated callers.
	* defineclass.cc (int_bits_to_float): Removed.
	(long_bits_to_double): Likewise.
	(prepare_pool_entry): Updated.
	(handleCodeAttribute): Verify method (commented out for now).

From-SVN: r46796
2001-11-05 23:39:54 +00:00
..
applet
awt HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
beans Makefile.in: Rebuilt. 2001-10-15 17:46:06 +00:00
io HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
lang Class.h (Class): Made _Jv_BytecodeVerifier a friend. 2001-11-05 23:39:54 +00:00
math BigInteger.java (init(int,Random)): New method. 2001-08-28 15:16:11 -07:00
net HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
rmi Activatable.java, [...]: RMI implementation from Kaffe. 2001-08-28 00:03:35 +00:00
security HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
sql HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
text HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
util * java/util/ResourceBundle.java (class Security): Now static. 2001-11-05 03:22:18 +00:00