[11] RFR: JDK-8202582 : DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString() (original) (raw)
vyom tewari vyom.tewari at oracle.com
Fri May 4 14:02:15 UTC 2018
- Previous message: [11] RFR: JDK-8202582 : DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
- Next message: RFR(M): 8201593: Print array length in ArrayIndexOutOfBoundsException.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
looks good to me.
Vyom
On Friday 04 May 2018 02:29 PM, Rachna Goel wrote:
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.
- Previous message: [11] RFR: JDK-8202582 : DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
- Next message: RFR(M): 8201593: Print array length in ArrayIndexOutOfBoundsException.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]