RFR: 8336479: Provide Process.waitFor(Duration) [v2]

Chen Liang liach at openjdk.org
Thu Jul 18 11:49:32 UTC 2024


On Thu, 18 Jul 2024 06:22:25 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> I am planning to add `@implSpec` with a separate issue: [JDK-8336679](https://bugs.openjdk.org/browse/JDK-8336679)
>
> Okay, just a bit strange to add waitFor(Duration) here and then follow-up immediately to change it to move the text to an implSpec, I had hoped it would be done here.

I believe the choice was made because both waitFor methods need this documentation update; better not touch the (long,TimeUnit) one in this patch.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20220#discussion_r1682701574


More information about the core-libs-dev mailing list