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). Fixed the imports. For the blank lines, I think it's the style in `ImmutableCollections.java` that all field declarations are separated by line breaks. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32773#issuecomment-5606500511
