RFR: 8351565: Implement JEP 502: Stable Values (Preview) [v51]
Rémi Forax
forax at openjdk.org
Wed Apr 9 17:19:49 UTC 2025
On Mon, 7 Apr 2025 16:00:41 GMT, Per Minborg <pminborg at openjdk.org> 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:
>
> Fix typo in return type
src/java.base/share/classes/java/lang/StableValue.java line 397:
> 395: * collections are built on top of StableValue. As such, they are also treated as
> 396: * constants by the JFM.
> 397: * <p>
JFM -> JVM
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r2035804609
More information about the core-libs-dev
mailing list