Integrated: 8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
Alex Menkov
amenkov at openjdk.java.net
Thu Feb 11 23:34:38 UTC 2021
On Sat, 30 Jan 2021 00:15:04 GMT, Alex Menkov <amenkov at openjdk.org> 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 <amenkov at openjdk.org>
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
More information about the serviceability-dev
mailing list