On 8/2/23 10:34, 孙译喆 wrote: > Calling `java -XX:CRaCRestore Foo arg1` when there is whitespace in `arg1` causes `arg1` to be split into multiple arguments. Thanks for the report. Indeed, AFAIR, this can be caused by the way how arguments are passed from the launcher to the VM on restore. Thanks, Anton