On Thu, 13 Aug 2026 20:36:59 GMT, Shiv Shah <[email protected]> wrote:

> 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).

This pull request has now been integrated.

Changeset: 31b9dadc
Author:    Shiv Shah <[email protected]>
Committer: Serguei Spitsyn <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/31b9dadce4eb25e3c2eb4d3073af4353f0fe320b
Stats:     216 lines in 80 files changed: 0 ins; 13 del; 203 mod

8390334: Remove deprecated println() method from nsk.share.Log

Reviewed-by: cjplummer, coleenp, sspitsyn, dholmes

-------------

PR: https://git.openjdk.org/jdk/pull/32356

Reply via email to