On Sat, 30 Jan 2021 00:15:04 GMT, Alex Menkov <[email protected]> wrote:
> The test expects debuggee output in jdb output stream. > But jdb redirects debuggee output asynchronously so sometimes it's incomplete > or mixed with jdb output. > The fix updates debuggee to print output to file and read/analyze it after > jdb (and debuggee) exits. This pull request has now been integrated. Changeset: 60a2072a Author: Alex Menkov <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/60a2072a Stats: 53 lines in 1 file changed: 32 ins; 3 del; 18 mod 8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr" Reviewed-by: sspitsyn, cjplummer ------------- PR: https://git.openjdk.java.net/jdk/pull/2322
