[crac] RFR: 8348869: [CRaC] Restore args are split by whitespaces incorrectly [v2]

Timofei Pushkin tpushkin at openjdk.org
Thu Jan 30 07:54:02 UTC 2025


On Wed, 29 Jan 2025 12:14:38 GMT, Radim Vansa <rvansa at openjdk.org> wrote:

>> Timofei Pushkin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use StringBuffer to parse new restore args
>
> src/java.base/share/classes/jdk/internal/crac/mirror/Core.java line 243:
> 
>> 241:             final char escChar = '\\';
>> 242:             final char sepChar = ' ';
>> 243:             ArrayList<String> argList = new ArrayList<String>();
> 
> Could you please rewrite this using `ArrayList<StringBuilder>`?

Done

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

PR Review Comment: https://git.openjdk.org/crac/pull/193#discussion_r1935152170


More information about the crac-dev mailing list