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.

This pull request has now been integrated.

Changeset: c6f20db9
Author:    Chris Plummer <cjplum...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/c6f20db945c6217aea84cebd6c97dbf8b93c48a4
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8308232: nsk/jdb tests don't pass -verbose flag to the debuggee

Reviewed-by: sspitsyn, lmesnik

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

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

Reply via email to