> 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).
Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision: - No need for blank line in KeyValueHolder - Dead imports - Merge branch 'master' of github.com:openjdk/jdk into fix/stable-instance-final - Merge branch 'master' of github.com:openjdk/jdk into fix/stable-instance-final - Merge branch 'master' of https://github.com/openjdk/jdk into fix/stable-instance-final - Remove stable from instance final non-array fields ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32773/files - new: https://git.openjdk.org/jdk/pull/32773/files/a1bb3a6b..e0faf76e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32773&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32773&range=00-01 Stats: 9416 lines in 166 files changed: 8181 ins; 479 del; 756 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
