On Tue, 22 Apr 2025 15:09:49 GMT, Per Minborg <[email protected]> wrote:
>> Implement JEP 502.
>>
>> The PR passes tier1-tier3 tests.
>
> Per Minborg has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Reformat docs
src/java.base/share/classes/java/lang/StableValue.java line 457:
> 455: * @param content to set
> 456: * @throws IllegalStateException if a supplier invoked by {@link
> #orElseSet(Supplier)}
> 457: * recursively attempts to set this stable value by calling
> this method.
@minborg Would this be clearer if it said "recursively attempts to set this
stable value by calling this method directly or indirectly." 🤔
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r2055447587