This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Fix BitSet.get(int, int) breakage.
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 09 May 2005 18:29:29 -0600
- Subject: Re: [Patch] Fix BitSet.get(int, int) breakage.
- References: <427FFFCF.6010605@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> 2005-0509 David Daney <ddaney@avtrex.com>
David> * java/util/BitSet.java (get(int, int)): Fix breakage when
David> requested set doesn't start on a multiple of 64.
David> OK to commit to 4.0 branch and HEAD ?
Yes, thanks.
Tom