RFR [8040806]: BitSet.toString() can throw IndexOutOfBoundsException (original) (raw)
Ivan Gerasimov ivan.gerasimov at oracle.com
Tue Apr 22 12:13:56 UTC 2014
- Previous message: Map.replaceAll when changing value types
- Next message: RFR [8040806]: BitSet.toString() can throw IndexOutOfBoundsException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
If a BitSet has the bit Integer.MAX_VALUE set, then calling toString() will throw an exception. The same thing happens if the bit (Integer.MAX_VALUE-1) is set.
Would you please help review the fix for this issue?
BUGURL: https://bugs.openjdk.java.net/browse/JDK-8040806 WEBREV: http://cr.openjdk.java.net/~igerasim/8040806/0/webrev/
Sincerely yours, Ivan
- Previous message: Map.replaceAll when changing value types
- Next message: RFR [8040806]: BitSet.toString() can throw IndexOutOfBoundsException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]