On Fri, 14 Aug 2026 05:28:27 GMT, David Holmes <[email protected]> wrote:
> This all seems reasonable. Thanks. > > But as a next step I wonder whether there should be a complete conversion to > use one of `println` or `display` everywhere? I checked and nothing in the test base calls the Logger println anymore, so display is already the only method in use. The printlns that remain are IOPipe protocol messages and a few real PrintStreams and dropping the Logger method is probably all that’s left to finish it, its body already just goes through display. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32356#issuecomment-5294318288
