[crac] RFR: 8357984: [CRaC] Improve new properties installation code [v2]
Radim Vansa
rvansa at openjdk.org
Thu May 29 08:32:15 UTC 2025
On Thu, 29 May 2025 08:20:02 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:
>> Rewrites the code which installs new properties on restore to make it more concise by using direct array iteration and lambdas.
>>
>> Note that initially the lambdas were removed from this code in #75 because they triggered a resource registration in a blocking context during C/R which led to a deadlock. But as I understand #73 made it possible to use lambdas during C/R.
>>
>> I also noted that there are no tests for new properties so I added one.
>
> Timofei Pushkin has updated the pull request incrementally with one additional commit since the last revision:
>
> Address review comments
Marked as reviewed by rvansa (Committer).
-------------
PR Review: https://git.openjdk.org/crac/pull/233#pullrequestreview-2877509654
More information about the crac-dev
mailing list