On Wed, 17 Jul 2024 21:39:39 GMT, Chen Liang <li...@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