gcc/libjava/java
Tom Tromey 9de8be0b19 natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'd memory.
* java/lang/natString.cc (rehash): Don't bother with memset;
	_Jv_AllocBytes returns zero'd memory.  Use _Jv_AllocBytesChecked.
	Use UNMASK_PTR.
	(UNMASK_PTR): New macro.
	(intern): Unmask pointer before returning it.  Register finalizer
	for the string.
	(unintern): Handle case where
	(MASK_PTR): New macro.
	(PTR_MAKSED): Likewise.
	(_Jv_NewStringUtf8Const): Use UNMASK_PTR.

From-SVN: r40593
2001-03-18 00:57:13 +00:00
..
applet
awt Cursor.java (Cursor(String)): Set type to custom. 2001-01-11 17:49:47 +00:00
beans * java/bean/Beans.java (instantiate): enable Applet code from Classpath 2001-01-18 00:43:17 +00:00
io re PR libgcj/1971 (ObjectOutputStream generates incorrect serialVersionUID's for array classes) 2001-03-09 01:35:54 +00:00
lang natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'd memory. 2001-03-18 00:57:13 +00:00
math Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00
net URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) 2001-01-15 07:58:16 +00:00
security
sql Fix comments for doclets 2001-01-06 23:28:40 +00:00
text re PR libgcj/1906 (difference between gcj and jdk for MessageFormat) 2001-02-07 22:46:28 +00:00
util TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). 2001-03-06 01:04:28 +00:00