On Tue, 11 Mar 2025 18:08:47 GMT, Johannes Graham <d...@openjdk.org> wrote:

>> This allows reuse of `AbstractImmutableList` with list iterators, sub lists 
>> and more.
>
> Using the regular AbstractList as a base would also get you implementations 
> of those.

`AbstractList` has non-final fields, which makes it not suitable for 
`@ValueBased`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r1989947965

Reply via email to