comment() on the shared Log has an empty body since the verbose mode removal, it prints nothing. the only callers left were the print_log_without_verbose helpers in 13 old jdi ReferenceType tests, dead output paths. deleted the helpers and their call sites and removed the method. the same messages already go through print_log_on_verbose right next to them, so nothing is lost.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8390309: Remove deprecated comment() method from nsk.share.Log Changes: https://git.openjdk.org/jdk/pull/32341/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32341&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390309 Stats: 181 lines in 14 files changed: 0 ins; 167 del; 14 mod Patch: https://git.openjdk.org/jdk/pull/32341.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32341/head:pull/32341 PR: https://git.openjdk.org/jdk/pull/32341
