[crac] RFR: 8368570: [CRaC] Improve JdwpTransportTest [v3]
Roman Marchenko
rmarchenko at openjdk.org
Mon Sep 29 12:13:12 UTC 2025
On Mon, 29 Sep 2025 09:19:17 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:
>> Roman Marchenko has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix review comments
>
> test/jdk/jdk/crac/jdwp/JdwpTransportTest.java line 168:
>
>> 166: public void exec() throws Exception {
>> 167: System.out.println(STARTED + ", pid=" + ProcessHandle.current().pid());
>> 168: System.out.flush();
>
> AFAIK `System.out` is auto-flushed when `\n` is written, so `println` should be sufficient
done
-------------
PR Review Comment: https://git.openjdk.org/crac/pull/265#discussion_r2387708053
More information about the crac-dev
mailing list