This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch Ping: Double.parseDouble cannot handle NaN, Infinity or-Infinity
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
Bryce> I don't see any reason why we shouldn't push this into classpath, too.
Classpath already doesn't have this bug.
I'm just saying, it is simpler to implement the same fix that is
there, namely checking the buffer after conversion to utf8.
Otherwise, we're either churning Classpath (for little gain that I
can see), or adding useless fields to Double.
Tom