This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Re:+libgcj/23
- To: Bryce McKinlay <bryce@albatross.co.nz>
- Subject: Re: Re:+libgcj/23
- From: Tom Tromey <tromey@cygnus.com>
- Date: Wed, 11 Aug 1999 10:18:16 -0700
- Cc: java-patches@sourceware.cygnus.com, tromey@cygnus.com, green@cygnus.com
- References: <37B146B1.528B25EF@albatross.co.nz>
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> This seems to be a bit-shifting overflow in BitSet.java (the
Bryce> "1" constants are treated as int by default and need to be
Bryce> explicitly specified as long).
Thanks. Please check this in.
T