This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

java/2040


The following reply was made to PR java/2040; it has been noted by GNATS.

From: bryce@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/2040
Date: 22 Feb 2001 04:26:07 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Branch: 	gcc-3_0-branch
 Changes by:	bryce@gcc.gnu.org	2001-02-21 20:26:07
 
 Modified files:
 	libjava/java/util: HashMap.java Hashtable.java 
 
 Log message:
 	Fix for PR java/2040:
 	* java/util/HashMap.java (HashMap): Don't throw exception for
 	loadFactor > 1. Add exception messages.
 	* java/util/Hashtable.java (Hashtable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/util/HashMap.java.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.4.4.1&r2=1.4.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/util/Hashtable.java.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.10&r2=1.10.4.1
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]