The checks for strict statics for VarHandle was never implemented. Luckily we can reuse LazyInitializingVarHandle so the patch is not too complex.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Missing strict static validation for VarHandle Changes: https://git.openjdk.org/valhalla/pull/2550/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2550&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8386677 Stats: 365 lines in 6 files changed: 213 ins; 59 del; 93 mod Patch: https://git.openjdk.org/valhalla/pull/2550.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2550/head:pull/2550 PR: https://git.openjdk.org/valhalla/pull/2550
