println on the shared Log has printed through the same path as display since the verbose mode removal, the two are interchangeable. converted the remaining Log callers, 139 sites across jdb, jvmti hotswap and jdi tests plus the shared classes, and removed the method. the Logger inner class keeps its println but it goes through display now. a couple of PrintStream locals that happen to be named log stay on println. no output changes.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Keep println on the PrintStream receivers - Remove the println method - Convert nsk.share.Log println callers to display Changes: https://git.openjdk.org/jdk/pull/32356/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32356&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390334 Stats: 230 lines in 80 files changed: 0 ins; 13 del; 217 mod Patch: https://git.openjdk.org/jdk/pull/32356.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32356/head:pull/32356 PR: https://git.openjdk.org/jdk/pull/32356
