RFR: 8356255: Add Stable Field Updaters to allow efficient lazy field evaluations
Chen Liang
liach at openjdk.org
Tue May 6 12:26:13 UTC 2025
On Tue, 6 May 2025 11:33:27 GMT, Per Minborg <pminborg at openjdk.org> wrote:
>> Calling the method that computes hash.
>
> This would require another implementation to be written. Maybe we can add that later?
I feel like declaring a function is declaring redundant classes when we can just reuse a DirectMethodHandle pointing to an actual method. Also the zero alternative should be handled by the provided computing function/method instead of handled by this utility.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25040#discussion_r2075357802
More information about the net-dev
mailing list