RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException (original) (raw)
Iris Clark iris.clark at oracle.com
Mon Jun 24 18:22:48 UTC 2013
- Previous message: RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
- Next message: hg: jdk8/tl/jdk: 8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Brian.
Your changes look good to me.
Thanks, iris (original code author, not a Reviewer)
-----Original Message----- From: Brian Burkhalter Sent: Friday, June 21, 2013 2:13 PM To: Java Core Libs Subject: RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
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: RFR 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
- Next message: hg: jdk8/tl/jdk: 8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]