On Wed, 26 May 2021 17:58:06 GMT, Roger Riggs <rri...@openjdk.org> wrote:

> Process is abstract. Is there any use for these new methods to be overridden?
> Perhaps they should be final.

It's not clear to me that it is useful to extend Process outside of the JDK. 
Testing, wrapping, ...?  It feels like this class wants to be sealed. Maybe we 
should look at deprecating the no-arg constructor, like Joe did recently with 
AccessibleObject.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4134

Reply via email to