[crac] RFR: Merge jdk:jdk-25+10
Dmitry Cherepanov
dcherepanov at openjdk.org
Tue May 27 07:56:12 UTC 2025
On Tue, 27 May 2025 06:33:16 GMT, Radim Vansa <rvansa at openjdk.org> wrote:
> The remerge diff looks correct, thanks! I hope that the `SIZE_FORMAT`/`UINTX` -> `%zu` won't cause differences with CRaC applied into older versions. TBH in my code I've always (I think) used `%zu`, and it seems that C++14 (hence C99) is available since 16, so we shouldn't have an issue with that.
>
> Could you check whether there are any uses of these formatters and SecurityManager (which is a pattern that is removed by these changes) throughout CRaC codebase?
Thanks for the review!
I checked CRaC source code and didn't find any uses of helper classes removed as a part of the merge.
-------------
PR Comment: https://git.openjdk.org/crac/pull/231#issuecomment-2911535937
More information about the crac-dev
mailing list