-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b74
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136136 | emb-9 | Roger Riggs | P3 | Resolved | Fixed | team |
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.
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.
- backported by
-
JDK-8136136 (process) ProcessHandle instances should define equals and be value-based
-
- Resolved
-
- blocks
-
JDK-8078099 (process) ProcessHandle should uniquely identify processes
-
- Closed
-