hg: type-annotations/type-annotations/jdk: 2 new changesets

wdietl at gmail.com wdietl at gmail.com
Wed May 15 05:25:06 PDT 2013


Changeset: a3d79a4c2a24
Author:    dholmes
Date:      2013-05-15 00:36 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a3d79a4c2a24

8013395: StringBuffer.toString performance regression impacting embedded benchmarks
Summary: cache a copy of the char[] to use with toString() and clear it when ever the sb content is modified
Reviewed-by: alanb, plevart, mduigou, forax

! src/share/classes/java/lang/StringBuffer.java
+ test/java/lang/StringBuffer/ToStringCache.java

Changeset: 677477d0d46f
Author:    wmdietl
Date:      2013-05-15 05:24 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/677477d0d46f

Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk




More information about the type-annotations-dev mailing list