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). @shivshah-oracle Your change (at version d57be850890e30016edbd4d709c6c7c9f6d4b965) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32350#issuecomment-5336474323
