There is dubious looking code in an init() method called only from a constructor of XAtomList.java Nothing calls that constructor, so the fix is to remove both the constructor and the init() method
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8383368 Changes: https://git.openjdk.org/jdk/pull/33044/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=33044&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8383368 Stats: 14 lines in 1 file changed: 0 ins; 14 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/33044.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/33044/head:pull/33044 PR: https://git.openjdk.org/jdk/pull/33044
