RFR: 8336479: Provide Process.waitFor(Duration) [v2]
Naoto Sato
naoto at openjdk.org
Wed Jul 17 21:44:32 UTC 2024
On Wed, 17 Jul 2024 21:39:39 GMT, Chen Liang <liach at openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/Process.java line 481:
>>
>>> 479: * this method returns immediately with the value {@code false}.
>>> 480: *
>>> 481: * <p>The default implementation of this method polls the {@code exitValue}
>>
>> There was discussion in the CSR on moving this to an `@implSpec`, are you going to do that change?
>
> It will be addressed by https://bugs.openjdk.org/browse/JDK-8336679
I am planning to add `@implSpec` with a separate issue: [JDK-8336679](https://bugs.openjdk.org/browse/JDK-8336679)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20220#discussion_r1681801808
More information about the core-libs-dev
mailing list