RFR: 8351565: Implement JEP 502: Stable Values (Preview) [v56]
Per Minborg
pminborg at openjdk.org
Tue Apr 22 11:15:05 UTC 2025
On Fri, 18 Apr 2025 13:47:04 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address comments on original vs underlying
>
> src/java.base/share/classes/java/lang/StableValue.java line 651:
>
>> 649: * @param <R> the type of results delivered by the returned Function
>> 650: * @throws NullPointerException if the provided set of {@code inputs} contains a
>> 651: * {@code null} element.
>
> This doesn't seem to be checked by this method.
I will add a comment that says where the null checks are made.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r2053894060
More information about the core-libs-dev
mailing list