RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException (original) (raw)
Brian Burkhalter brian.burkhalter at oracle.com
Fri Jun 21 21:13:17 UTC 2013
- Previous message: hg: jdk8/tl/jdk: 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
- Next message: RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review the patch
http://cr.openjdk.java.net/~bpb/6469160/
which fixes
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6469160
The problem affects only general formatting (%g) of zero values and the code is modified to handle zero as a special case.
Thanks,
Brian
- Previous message: hg: jdk8/tl/jdk: 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
- Next message: RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]