On Tue, 8 Sep 2026 20:24:18 GMT, Chen Liang <[email protected]> wrote:

> Convert uses of `@Stable` on instance final non-array fields to 
> `@TrustFinalFields`. This gives us a better approximation for what classes we 
> wish to migrate to strict final later, and allows the default values in these 
> final fields to be constant folded.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

The patch looks good, but there are some forgotten imports of @Stable 
(KeyValueHolder, Reversed..., and ZipFile). There are also some blank lines 
left in KVH and Map1.

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

PR Comment: https://git.openjdk.org/jdk/pull/32773#issuecomment-5598169716

Reply via email to