<i18n dev> [11] RFR: JDK-8202582 : DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()

Rachna Goel rachna.goel at oracle.com
Fri May 4 08:59:08 UTC 2018


Hi,

Kindly review this small patch for JDK-8202582.

https://bugs.openjdk.java.net/browse/JDK-8202582

http://cr.openjdk.java.net/~rgoel/JDK-8202582/webrev/

Fix is to call text.subSequence() before calling toString() on input 
string, for more performance.

-- 
Thanks,
Rachna



More information about the i18n-dev mailing list