[crac] RFR: 8357984: [CRaC] Improve new properties installation code [v2]

duke duke at openjdk.org
Thu May 29 10:46:07 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

@TimPushkin 
Your change (at version 8421e5e6dee95ba26d63dbce72a1d367795f81ab) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/crac/pull/233#issuecomment-2919016043


More information about the crac-dev mailing list