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
|
74ae3c688b
|
8343650: Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt
Reviewed-by: liach
|
2024-11-11 00:40:26 +00:00 |
|
Shaojin Wen
|
55312e1549
|
8338937: Optimize the string concatenation of ClassDesc
Reviewed-by: liach
|
2024-09-04 22:45:17 +00:00 |
|
Shaojin Wen
|
5022109b2a
|
8336856: Efficient hidden class-based string concatenation strategy
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
|
2024-08-16 13:18:02 +00:00 |
|
Shaojin Wen
|
2fbdbacad7
|
8337245: Fix wrong comment of StringConcatHelper
Reviewed-by: phh, redestad
|
2024-07-27 22:54:47 +00:00 |
|
Shaojin Wen
|
7f11935461
|
8337167: StringSize deduplication
Reviewed-by: liach, rriggs
|
2024-07-26 07:08:33 +00:00 |
|
Shaojin Wen
|
476d2ae69d
|
8336831: Optimize StringConcatHelper.simpleConcat
Reviewed-by: liach, redestad, rriggs
|
2024-07-23 20:21:08 +00:00 |
|
Claes Redestad
|
e83b4b236e
|
8335182: Consolidate and streamline String concat code shapes
Reviewed-by: liach, jvernee
|
2024-07-23 11:50:57 +00:00 |
|
Maurizio Cimadamore
|
03e84178eb
|
8329948: Remove string template feature
Reviewed-by: jlahoda
|
2024-04-17 14:10:28 +00:00 |
|
Claes Redestad
|
fe52917054
|
8318457: Use prefix-less prepend methods directly to reduce branches in String concat expressions
Reviewed-by: jlaskey, liach
|
2023-10-20 11:37:07 +00:00 |
|
shaojin.wensj
|
4b43c25fe3
|
8310929: Optimization for Integer.toString
Reviewed-by: redestad, rriggs
|
2023-09-08 02:13:52 +00:00 |
|
Jim Laskey
|
4aa65cbeef
|
8285932: Implementation of JEP 430 String Templates (Preview)
Reviewed-by: mcimadamore, rriggs, darcy
|
2023-05-10 11:34:01 +00:00 |
|
Claes Redestad
|
87d1097d9b
|
8297530: java.lang.IllegalArgumentException: Negative length on strings concatenation
Reviewed-by: enikitin, alanb
|
2022-11-24 17:40:30 +00:00 |
|
Claes Redestad
|
d5d19f52ce
|
8287013: StringConcatFactory: remove short and byte mixers/prependers
Reviewed-by: jlaskey
|
2022-05-20 08:17:23 +00:00 |
|
Joe Darcy
|
0cf291bc31
|
8283234: Improve @jls usage in java.base
Reviewed-by: iris
|
2022-03-16 16:17:50 +00:00 |
|
Claes Redestad
|
34c79640e7
|
8247681: Improve bootstrapping of unary concatenations
Reviewed-by: jlaskey, psandoz
|
2020-06-17 19:36:26 +02:00 |
|
Tagir F. Valeev
|
0a108f9ef2
|
8247605: Avoid array allocation when concatenating with empty string
Reviewed-by: redestad, plevart
|
2020-06-16 03:16:41 +00:00 |
|
Claes Redestad
|
7e85b2c787
|
8245969: Simplify String concat constant folding
Reviewed-by: psandoz, forax
|
2020-05-28 00:35:04 +02:00 |
|
Claes Redestad
|
5200d162bc
|
8245756: Reduce bootstrap cost of StringConcatFactory prependers
Reviewed-by: forax, psandoz
|
2020-05-27 12:42:55 +02:00 |
|
Mandy Chung
|
7cc1371059
|
8238358: Implementation of JEP 371: Hidden Classes
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: David Holmes <david.holmes@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jamsheed Mohammed C M <jamsheed.c.m@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Reviewed-by: alanb, cjplummer, coleenp, dholmes, dlong, forax, jlahoda, psandoz, plevart, sspitsyn, vromero
|
2020-04-21 06:55:38 -07:00 |
|
Claes Redestad
|
e7a6cbbd38
|
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: shade, plevart, forax
|
2019-04-30 12:54:07 +02:00 |
|
Claes Redestad
|
781fb29580
|
8222484: Specialize generation of simple String concatenation expressions
Reviewed-by: jrose, jlaskey
|
2019-04-17 00:06:38 +02:00 |
|
Claes Redestad
|
91a2c2e340
|
8213035: Pack MethodHandleInlineStrategy coder and length into a long
Reviewed-by: vlivanov, mchung
|
2018-10-30 09:34:50 +01:00 |
|
Claes Redestad
|
b3b41df70f
|
8212597: Optimize String concatenation setup when using primitive operands
Reviewed-by: shade
|
2018-10-17 17:35:26 +02:00 |
|
Alan Bateman
|
7b054f30b8
|
8193758: Update copyright headers of files in src tree that are missing Classpath exception
Reviewed-by: mchung, mr, jjg, iris, prr
|
2017-12-19 10:03:36 +00:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|