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

Chris Plummer cjplummer at openjdk.org
Wed May 31 00:34:13 UTC 2023


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.

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

Commit messages:
 - Pass -verbose and -waittime to jdb debuggee

Changes: https://git.openjdk.org/jdk/pull/14236/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14236&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308232
  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/14236.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14236/head:pull/14236

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


More information about the serviceability-dev mailing list