RFR: 8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr" [v2]

Alex Menkov amenkov at openjdk.java.net
Wed Feb 3 22:17:03 UTC 2021


> 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:

  separated debuggee class name and args

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2322/files
  - new: https://git.openjdk.java.net/jdk/pull/2322/files/ac0b08b0..fbd3f8ec

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2322&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2322&range=00-01

  Stats: 11 lines in 1 file changed: 2 ins; 0 del; 9 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2322.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2322/head:pull/2322

PR: https://git.openjdk.java.net/jdk/pull/2322


More information about the serviceability-dev mailing list