[crac] RFR: 8350845: [CRaC] Support C/R engines in form of a library
Radim Vansa
rvansa at openjdk.org
Fri Feb 28 09:03:33 UTC 2025
On Fri, 28 Feb 2025 06:50:22 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:
>> src/java.base/share/native/libcrexec/crexec.c line 103:
>>
>>> 101: // * image_location=<path> — path to a directory with checkpoint/restore files.
>>> 102: // * exec_location=<path> — path to the engine executable.
>>> 103: const int ret = printf(
>>
>> How about using C++11 raw string literals for multiline text?
>
> This is plain C, AFAIK raw string literals are not a part of C standard. I believe gcc still supports them but not sure about MSVC.
Would it be a problem to turn this into C++?
-------------
PR Review Comment: https://git.openjdk.org/crac/pull/207#discussion_r1975048925
More information about the crac-dev
mailing list