Re: 8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set

2015-04-03 Thread Henry Jen
Looks fine to me, thanks for taking care of it. Cheers, Henry On 04/03/2015 02:57 AM, Chris Hegarty wrote: This is a request for review for a small change to address 8076442 [1]. Seems to be a day one bug in the internal BitSetIterator, for a boundary condition when the Integer.MAX_VALUE bit

Re: 8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set

2015-04-03 Thread Alan Bateman
On 03/04/2015 10:57, Chris Hegarty wrote: This is a request for review for a small change to address 8076442 [1]. Seems to be a day one bug in the internal BitSetIterator, for a boundary condition when the Integer.MAX_VALUE bit is set. The change to the iterator, and test, is in line with th

8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set

2015-04-03 Thread Chris Hegarty
This is a request for review for a small change to address 8076442 [1]. Seems to be a day one bug in the internal BitSetIterator, for a boundary condition when the Integer.MAX_VALUE bit is set. The change to the iterator, and test, is in line with the advise in BitSet.nextSetBit(int) ( break/te