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).

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

Commit messages:
 - Merge branch 'master' of https://github.com/openjdk/jdk into 
fix/stable-instance-final
 - Remove stable from instance final non-array fields

Changes: https://git.openjdk.org/jdk/pull/32773/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32773&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8392010
  Stats: 48 lines in 7 files changed: 19 ins; 16 del; 13 mod
  Patch: https://git.openjdk.org/jdk/pull/32773.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32773/head:pull/32773

PR: https://git.openjdk.org/jdk/pull/32773

Reply via email to