On Sun, 8 Oct 2023 15:30:00 GMT, Chen Liang <li...@openjdk.org> wrote:

> I think the String concat indy call site already generates code that computes 
> the size of the char array to be allocated (remember the lengthCoder from 
> String Concat). We can probably just use `highInt + '.' + 
> StringBuilderHelper.DIGIT_TENS[lowInt] + 
> StringBuilderHelper.DIGIT_ONES[lowInt]`.

The code of StringBuilderHelper is duplicated, I want to remove it

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16006#discussion_r1349804946

Reply via email to