jdk/src/java.base/share/classes/java/lang/String.java
Wed, 10 May 2017 15:59:15 -0700 smarks 8180128: small errors in String javadoc
Wed, 26 Apr 2017 16:05:55 -0700 jjg 8179367: update use of align, valign attributes in java.base to use style attribute
Wed, 12 Apr 2017 16:37:33 -0400 dlong 8158168: Missing bounds checks for some String intrinsics
Mon, 27 Mar 2017 18:52:47 -0700 mli 8176865: overridden api has a wrong since value in java.base module
Fri, 30 Sep 2016 17:34:08 +0200 plevart 8166842: String.hashCode() has a non-benign data race
Mon, 06 Jun 2016 10:52:21 -0700 naoto 8146156: Inconsistent default locale in string formatter methods
Tue, 31 May 2016 19:13:21 -0700 darcy 8158312: Update String.join example code to use List convenience factory methods
Sat, 30 Apr 2016 16:08:48 -0700 darcy 8155792: Add @jls citations to java.lang.String
Fri, 29 Apr 2016 23:15:15 +0300 shade 8155215: java.lang.String concatenation spec is unnecessarily strong
Mon, 18 Apr 2016 14:10:14 -0700 smarks 8145468: update java.lang APIs with new deprecations
Tue, 08 Mar 2016 19:03:30 -0800 amurillo Merge
Tue, 08 Mar 2016 12:11:07 +0000 chegar 8151384: Improve String.CASE_INSENSITIVE_ORDER and remove sun.misc.ASCIICaseInsensitiveComparator
Tue, 23 Feb 2016 17:55:28 +0300 shade 8150180: String.value contents should be trusted
Wed, 20 Jan 2016 11:02:36 -0800 iris 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Fri, 27 Nov 2015 09:37:33 +0100 thartmann 8142303: C2 compilation fails with "bad AD file"
Tue, 03 Nov 2015 09:42:11 +0100 thartmann 8141132: JEP 254: Compact Strings
Tue, 27 Oct 2015 09:20:24 -0700 bchristi 8138824: java.lang.String: spec doesn't match impl when ignoring case - equalsIgnoreCase(), regionMatches()
Thu, 06 Aug 2015 13:20:13 +0300 avstepan 8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
Fri, 03 Jul 2015 07:23:45 +0200 zmajo 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Wed, 03 Jun 2015 19:26:58 +0300 igerasim 8058779: Faster implementation of String.replace(CharSequence, CharSequence)
Fri, 15 May 2015 22:10:29 +0300 igerasim 8071571: Move substring of same string to slow path
Fri, 15 May 2015 16:09:55 +0200 redestad 8061254: SPECjvm2008-XML performance regressions in 9-b33
Mon, 26 Jan 2015 17:26:49 +0000 psandoz 8071477: Better Spliterator implementations for String.chars() and String.codePoints()
Wed, 14 Jan 2015 21:35:52 +0300 lpriima 8067471: Use private static final char[0] for empty Strings
Wed, 10 Dec 2014 14:11:05 -0800 sherman 8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
Tue, 14 Oct 2014 19:35:03 +0200 shade 8060485: (str) contentEquals checks the String contents twice on mismatch
Wed, 24 Sep 2014 09:43:10 -0700 shade 8058643: (str) Re-examine hashCode implementation
Fri, 29 Aug 2014 14:50:15 -0700 martin 8056951: pico-optimize contains(Object) methods
Sun, 17 Aug 2014 15:54:13 +0100 chegar 8054834: Modular Source Code
less more (0) tip