RFR: 8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr" [v3]
Chris Plummer
cjplummer at openjdk.java.net
Thu Feb 11 23:13:38 UTC 2021
On Thu, 4 Feb 2021 00:36:57 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.
>
> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
>
> made command line generation more explicit
Marked as reviewed by cjplummer (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2322
More information about the serviceability-dev
mailing list