[crac] RFR: 8378446: [CRaC] Replace libcrexec with libcriuengine [v2]

Radim Vansa rvansa at openjdk.org
Thu Feb 26 13:25:37 UTC 2026


On Wed, 25 Feb 2026 07:43:47 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:

>> Radim Vansa has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>> 
>>  - Merge remote-tracking branch 'origin/crac' into crexec_to_criuengine
>>  - Fix Windows build
>>  - 8378446: [CRaC] Replace libcrexec with libcriuengine
>
> src/java.base/linux/native/libcriuengine/criuengine.cpp line 394:
> 
>> 392: }
>> 393: 
>> 394: static void print_args_to_stderr(const char **args) {
> 
> Maybe make it use `LOG` and rename to `criuengine::log_criu_args`?

It's not really practical to use `LOG` as that adds a newline; I've included the prefix, though.

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

PR Review Comment: https://git.openjdk.org/crac/pull/297#discussion_r2859010725


More information about the crac-dev mailing list