[crac] RFR: 8368570: [CRaC] Improve JdwpTransportTest [v4]
Timofei Pushkin
tpushkin at openjdk.org
Mon Sep 29 13:49:22 UTC 2025
On Mon, 29 Sep 2025 12:17:33 GMT, Roman Marchenko <rmarchenko at openjdk.org> wrote:
>> JdwpTransportTest sometimes hangs, so it'd be good to dump Java threads, and create a corefile if possible.
>>
>> Also improved reading from output stream.
>
> Roman Marchenko has updated the pull request incrementally with one additional commit since the last revision:
>
> fix review comments (cont.)
test/lib/jdk/test/lib/crac/CracProcess.java line 236:
> 234: }
> 235:
> 236: public static void dumpProcess(long pid) throws IOException, InterruptedException {
I believe it does not actually throw these
Suggestion:
public static void dumpProcess(long pid) {
-------------
PR Review Comment: https://git.openjdk.org/crac/pull/265#discussion_r2388054564
More information about the crac-dev
mailing list