Shaojin Wen
|
f446cefee0
|
8343962: [REDO] Move getChars to DecimalDigits
Reviewed-by: redestad, rgiulietti
|
2025-01-25 03:12:56 +00:00 |
|
Shaojin Wen
|
b0a371b085
|
8343925: [BACKOUT] JDK-8342650 Move getChars to DecimalDigits
Reviewed-by: jpai, alanb, liach
|
2024-11-11 15:14:10 +00:00 |
|
Shaojin Wen
|
e1d684c645
|
8342650: Move getChars to DecimalDigits
Reviewed-by: liach
|
2024-11-11 05:06:56 +00:00 |
|
Shaojin Wen
|
5890d9438b
|
8333893: Optimization for StringBuilder append boolean & null
Reviewed-by: liach
|
2024-11-05 15:05:33 +00:00 |
|
Pavel Rappo
|
3cff588a31
|
8332826: Make hashCode methods in ArraysSupport friendlier
Reviewed-by: redestad, liach
|
2024-05-30 09:33:30 +00:00 |
|
Per Minborg
|
c59c41aa6e
|
8326941: Remove StringUTF16::isBigEndian
Reviewed-by: rriggs
|
2024-03-19 08:46:51 +00:00 |
|
Claes Redestad
|
55c1446b68
|
8321468: Remove StringUTF16::equals
Reviewed-by: rriggs, kvn
|
2024-02-05 16:30:16 +00:00 |
|
Claes Redestad
|
19e92201b4
|
8325169: Reduce String::indexOf overheads
Reviewed-by: rriggs, rgiulietti, mli
|
2024-02-05 16:30:05 +00:00 |
|
Aleksei Voitylov
|
fde5b16817
|
8321514: UTF16 string gets constructed incorrectly from codepoints if CompactStrings is not enabled
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Reviewed-by: rriggs
|
2023-12-14 14:39:04 +00:00 |
|
Roger Riggs
|
4fb5c12813
|
8321180: Condition for non-latin1 string size too large exception is off by one
Reviewed-by: rgiulietti
|
2023-12-12 20:55:17 +00:00 |
|
Roger Riggs
|
155abc576a
|
8311906: Improve robustness of String constructors with mutable array inputs
Co-authored-by: Damon Fenacci <dfenacci@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: rgiulietti, thartmann, redestad, dfenacci
|
2023-12-04 18:28:59 +00:00 |
|
shaojin.wensj
|
e0845163aa
|
8315968: Move java.util.Digits to jdk.internal.util and refactor to reduce duplication
Reviewed-by: rriggs, liach, redestad
|
2023-09-12 16:35:01 +00:00 |
|
shaojin.wensj
|
4cb4637b79
|
8315970 : Big-endian issues after JDK-8310929
Reviewed-by: mdoerr
|
2023-09-11 13:39:26 +00:00 |
|
shaojin.wensj
|
4b43c25fe3
|
8310929: Optimization for Integer.toString
Reviewed-by: redestad, rriggs
|
2023-09-08 02:13:52 +00:00 |
|
Raffaello Giulietti
|
5b2e2e4695
|
8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Reviewed-by: rriggs, alanb
|
2023-03-03 20:51:13 +00:00 |
|
Claes Redestad
|
e37078f5bb
|
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
|
2023-01-17 21:06:22 +00:00 |
|
Claes Redestad
|
71ca85f5a6
|
8278831: Use table lookup for the last two bytes in Integer.getChars
Reviewed-by: jlaskey, rriggs
|
2022-01-17 11:01:55 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Naoto Sato
|
6c145c4768
|
8264544: Case-insensitive comparison issue with supplementary characters.
Co-authored-by: Chris Johnson <chriswjohnson.jdk@gmail.com>
Reviewed-by: joehw, iris, alanb
|
2021-04-02 16:32:45 +00:00 |
|
Alex Blewitt
|
b49c589340
|
8263658: Use the blessed modifier order in java.base
Reviewed-by: rriggs, redestad
|
2021-03-19 13:06:58 +00:00 |
|
Philippe Marschall
|
2a406f3ce5
|
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Reviewed-by: dholmes, alanb, psandoz, kvn, egahlin
|
2020-09-30 20:05:07 +00:00 |
|
Naoto Sato
|
1f63603288
|
8248655: Support supplementary characters in String case insensitive operations
8248434: some newly added locale cannot parse uppercased date string
Reviewed-by: jlaskey, joehw, rriggs, bchristi
|
2020-07-23 08:46:31 -07:00 |
|
Jim Laskey
|
03642a01af
|
8230744: Several classes throw OutOfMemoryError without message
Reviewed-by: psandoz, martin, bchristi, rriggs, smarks
|
2020-06-11 10:08:23 -03:00 |
|
Sergei Tsypanov
|
f729514ebd
|
8240094: Optimize empty substring handling
Reviewed-by: redestad, igerasim, jlaskey
|
2020-02-26 21:24:02 +01:00 |
|
Ivan Gerasimov
|
c0b8844dce
|
8221307: String.substring() OOB exception on start index reports improper information
Reviewed-by: rriggs, redestad
|
2019-08-16 11:35:17 -07:00 |
|
Jim Laskey
|
0777a86d68
|
8223775: String::stripIndent (Preview)
Reviewed-by: abuckley, vromero, jlahoda, bchristi, rriggs, smarks
|
2019-06-06 12:24:44 -03:00 |
|
Ivan Gerasimov
|
218204b1a3
|
8223593: Refactor code for reallocating storage
Reviewed-by: prappo, plevart, rriggs, smarks
|
2019-05-21 18:40:29 -07:00 |
|
Ivan Gerasimov
|
4f02d011b0
|
8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
Reviewed-by: redestad, tvaleev
|
2019-05-06 18:07:55 -07:00 |
|
Jim Laskey
|
12dad310bb
|
8200434 : String::align, String::indent
Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg
|
2018-09-12 14:19:36 -03:00 |
|
Jim Laskey
|
60de3c902e
|
8200380: String::lines
Reviewed-by: sundar, sherman, rriggs, psandoz
|
2018-05-22 12:04:05 -03:00 |
|
Jim Laskey
|
7906014509
|
8200377: String::strip, String::stripLeading, String::stripTrailing
Reviewed-by: sundar, rriggs
|
2018-05-14 09:40:48 -03:00 |
|
Naoto Sato
|
3d4edcc571
|
4993841: (str) java.lang.Character should have a toString(int) method
Reviewed-by: martin, rriggs, sherman, smarks
|
2018-03-05 08:50:47 -08:00 |
|
Joe Wang
|
5a7aff9897
|
8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
Reviewed-by: rriggs, smarks, sherman, tvaleev
|
2018-03-01 15:31:04 -08:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|