On Wed, 31 May 2023 00:27:16 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> The nsk/jdb tests are not passing the test args on to the debuggee. I found a > way to pass all of them (see the CR for details), but Windows had trouble > with the parsing. It turns out the only args that the debuggee really cares > about are -verbose and -waittime, so I settled on just passing these two, and > Windows is happy. > > Note only a handful of tests run with -verbose as the default. However, with > this change at least now if you add -verbose when debugging an issue, you > will see verbose log output from the debuggee. Previously you would not. Marked as reviewed by lmesnik (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/14236#pullrequestreview-1452140923