History log of /openjdk9/jdk/test/java/lang/String/ToLowerCase.java
Revision Date Author Comments
# 13039:4f6e52f9dc79 03-Nov-2015 thartmann

8141132: JEP 254: Compact Strings
Summary: Adopt a more space-efficient internal representation for strings.
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
Contributed-by: Brent Christian <brent.christian@oracle.com>, Vivek Deshpande <vivek.r.deshpande@intel.com>, Tobias Hartmann <tobias.hartmann@oracle.com>, Charlie Hunt <charlie.hunt@oracle.com>, Vladimir Kozlov <vladimir.kozlov@oracle.com>, Roger Riggs <roger.riggs@oracle.com>, Xueming Shen <xueming.shen@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>, Sandhya Viswanathan <sandhya.viswanathan@intel.com>


# 10354:480acb425795 17-Jul-2014 sherman

8042589: String.toLowerCase do not work for some concatenated strings
Summary: to include surrogate check in loop
Reviewed-by: mchung


# 9920:6d8b6c20a32b 14-May-2014 naoto

8041791: String.toLowerCase regression - violates Unicode standard
Reviewed-by: peytoia


# 9330:8b1f1c2a400f 26-Dec-2013 lana

8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar


# 9263:de2427eb6134 07-Feb-2014 sherman

8032012: String.toLowerCase/toUpperCase performance improvement
Summary: updated the implementation to improve the performance
Reviewed-by: psandoz, forax


# 8595:e8683d5b2b0a 21-Oct-2013 peytoia

8020037: String.toLowerCase incorrectly increases length, if string contains \u0130 char
Reviewed-by: naoto


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1091:1729e34a0287 09-Apr-2009 peytoia

6404304: RFE: Unicode 5.1 support
Reviewed-by: okutsu, naoto


# 0:37a05a11f281 30-Nov-2007 duke

Initial load