I did a pass over the compiler code and cleaned up some code. This including: - Unused variables - Unused includes - Make methods `const/static` - Adding `override` - Fix code style - Rename variables that hide outer scope variables - Remove unused code - Remove line breaks not present in mainline
More details in PR comments. I did some sanity testing up to tier4 + stress. Thanks, Christian --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - cleanups Changes: https://git.openjdk.org/valhalla/pull/2364/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2364&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8382896 Stats: 149 lines in 30 files changed: 21 ins; 52 del; 76 mod Patch: https://git.openjdk.org/valhalla/pull/2364.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2364/head:pull/2364 PR: https://git.openjdk.org/valhalla/pull/2364
