On Thu, 13 Aug 2026 17:30:45 GMT, Shiv Shah <[email protected]> wrote:

> The shared Log kept a protected empty constructor and logTo only for tests 
> that extend Log. 39 old jdi tests still did. 24 of them wired their output 
> through logTo in verbose mode, those now create a Log with the args handler 
> and hand it to Binder like the newer tests do. the other 15 already had their 
> own Log instance and inherited nothing, they just drop the extends. both 
> leftover members are removed. one behavior note, with no stream wired the old 
> setup sent display messages to stderr in non verbose runs, they now go to the 
> log stream.
> 
> 
> 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Thanks for doing this cleanup.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/32350#pullrequestreview-4965482251

Reply via email to