RFR: 8336479: Provide Process.waitFor(Duration) [v5]
Jaikiran Pai
jpai at openjdk.org
Fri Jul 19 04:18:32 UTC 2024
On Thu, 18 Jul 2024 20:51:48 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Proposing a new overload method for `Process#waitFor()` which takes a `Duration` for the timeout value. This will reduce the possibility for making mistakes with the `TimeUnit` in the other overload method. A corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> removed a blank line
Thank you Naoto, the updated changes look good to me.
-------------
Marked as reviewed by jpai (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20220#pullrequestreview-2187267936
More information about the core-libs-dev
mailing list