Can I please get a review of this trivial change which moves the code comment to the correct enum value in `jdk.internal.util.Architecture`? The comment is currently misplaced on `AARCH64` instead of `OTHER` and seems to be an oversight when https://bugs.openjdk.org/browse/JDK-8315942 was integrated.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8385656: Misplaced comment on enum value in jdk.internal.util.Architecture Changes: https://git.openjdk.org/jdk/pull/31329/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31329&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8385656 Stats: 9 lines in 1 file changed: 4 ins; 4 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31329.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31329/head:pull/31329 PR: https://git.openjdk.org/jdk/pull/31329
