On Tue, 25 Mar 2025 15:52:07 GMT, Per Minborg <pminb...@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: > > Revamp toString() methods src/java.base/share/classes/java/lang/StableValue.java line 426: > 424: * regardless if invoked by several threads. Also, the provided > {@code supplier} > 425: * will only be invoked once even if invoked from several threads > unless the > 426: * {@code supplier} throws an exception. This seems like unnecessary detail. I would just drop it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r2012850937