Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8336679

Add @implSpec for the default implementations in Process.waitFor()

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • core-libs
    • b08
    • generic
    • generic

      There are descriptions in `Process.waitFor(long, TimeUnit)` (and upcoming `waitFor(Duration)`) reading:

      ```
            * <p>The default implementation of this method polls the {@code exitValue}
            * to check if the process has terminated. Concrete implementations of this
            * class are strongly encouraged to override this method with a more
            * efficient implementation.
      ```
      This paragraph needs to be prepended by `@implSpec`

            naoto Naoto Sato
            naoto Naoto Sato
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: