Remove the translation strategy change of javac from `@Strict`, and fix all resulting errors (which appear as verification error for class files).
This is a prerequisite for simplifying `@Strict @NullRestricted` to `@NullRestricted` later. ------------- Commit messages: - Remove translation difference due to strict annotation Changes: https://git.openjdk.org/valhalla/pull/1952/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1952&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8376033 Stats: 615 lines in 69 files changed: 401 ins; 34 del; 180 mod Patch: https://git.openjdk.org/valhalla/pull/1952.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1952/head:pull/1952 PR: https://git.openjdk.org/valhalla/pull/1952
