RFR: 8356255: Add Stable Field Updaters to allow efficient lazy field evaluations [v10]
Per Minborg
pminborg at openjdk.org
Fri May 9 08:38:39 UTC 2025
On Thu, 8 May 2025 15:28:20 GMT, David Beaumont <duke at openjdk.org> wrote:
>> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add composition of functions and MHs
>
> test/jdk/java/lang/StableValue/StableFieldUpdaterExampleTest.java line 183:
>
>> 181: static
>> 182:
>> 183: public final class MhFoo {
>
> I'm assuming this is explicitly the "behind the scenes" raw version of it in case anyone want's to step off the well-lit path. Hard to comment without seeing any surrounding docs. I don't suppose a link to the docs in which these are given can be added (just to give context for future maintainers)?
I have removed the unchecked factories now. I do not think we need them, and if we do, we could always add them back later.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25040#discussion_r2081205297
More information about the net-dev
mailing list