On Fri, 27 Jan 2023 23:24:43 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> Updated run() to return exitCode and make testExitCode non-static to don't > use it in run() Thanks for cleaning this up. The changes look good. Did you experiment with any of the tests to make sure an invalid arg passed to the debuggee results in a failure? You can add the arg to the start of `-debugee.vmkeys` in TestDescriptions.java. ------------- PR: https://git.openjdk.org/jdk/pull/12270