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

(process) ProcessHandle instances should define equals and be value-based

XMLWordPrintable

    • b74

        ProcessHandle is specified as an interface but currently does not specify an equals method or
        if its implementations are value-based.
        The instances returned from the static factory methods are immutable and lightweight and should be specified as being value based to allow possible updates to the implementation when value types are available.

        The standard 'value-based' spec should be included.

              rriggs Roger Riggs
              rriggs Roger Riggs
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: