gcc/libjava/java
Bryce McKinlay ca60dce284 gcj.texi (Object allocation): Remove _Jv_AllocBytes.
* gcj.texi (Object allocation): Remove _Jv_AllocBytes.
	(Mixing with C++): Document JvAllocBytes and RawDataManaged.

	* gcj/cni.h (JvAllocBytes): New public CNI function. Calls
	_Jv_AllocBytes.
	* gnu/gcj/RawDataManaged.java: New file.
	* java/lang/Thread.java (data): Declare as RawDataManaged.
	* java/lang/natThread.cc (init_native): Cast natThread data to
	RawDataManaged, not jobject.
	* Makefile.am (ordinary_java_source_files): Add RawDataManaged.
	* Makefile.in: Rebuilt.

From-SVN: r82372
2004-05-28 19:53:06 +01:00
..
applet [multiple changes] 2004-05-27 06:17:44 +00:00
awt [multiple changes] 2004-05-27 06:17:44 +00:00
beans AWTPermission.java, [...]: Fixed HTML tags in javadocs all over. 2004-04-20 10:37:07 +00:00
io * java/io/Writer.java (Writer(Object)): Check for null lock object. 2004-05-16 18:35:37 +00:00
lang gcj.texi (Object allocation): Remove _Jv_AllocBytes. 2004-05-28 19:53:06 +01:00
math URLStreamHandler.java (toExternalForm): Removed unused variables. 2004-05-03 19:52:29 +00:00
net URLStreamHandler.java (toExternalForm): Removed unused variables. 2004-05-05 08:51:04 +00:00
nio 2004-05-04 Michael Koch <konqueror@gmx.de> 2004-05-04 21:31:30 +00:00
rmi MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
security Format.java: Cleaned up imports. 2004-05-05 06:52:56 +00:00
sql DriverManager.java: Cleaned up imports. 2004-04-23 07:57:47 +00:00
text AttributedString.java, [...]: Cleaned up imports. 2004-05-05 07:35:49 +00:00
util SimpleTimeZone.java: Reverting my last change until I can fix it properly. 2004-05-27 20:32:20 +00:00