RFR: 8351565: Implement JEP 502: Stable Values (Preview) [v77]
Per Minborg
pminborg at openjdk.org
Thu Apr 24 10:40:13 UTC 2025
On Thu, 24 Apr 2025 09:29:14 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> Per Minborg has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 370 commits:
>>
>> - Revert unwanted changes
>> - Merge branch 'master' into implement-jep502
>> - Address comments
>> - Replace 'contents' with 'result' in the docs
>> - Rephrase happens-before clause
>> - Replace 'content' with 'contents' and doc updates
>> - Merge branch 'master' into implement-jep502
>> - Remove section on fun/coll sync
>> - Reformat docs
>> - Fix failing test (exception message)
>> - ... and 360 more: https://git.openjdk.org/jdk/compare/290d24d1...bcc022fe
>
> src/java.base/share/classes/java/util/ReverseOrderListView.java line 308:
>
>> 306: E e = it.next();
>> 307: sb.append(e == this ? "(this Collection)" : e);
>> 308: if (! it.hasNext())
>
> Suggestion:
>
> if (!it.hasNext())
Reverted.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r2058076032
More information about the core-libs-dev
mailing list