8006193: (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public
Reviewed-by: alanb
This commit is contained in:
parent
5b1cca1b96
commit
97927be30a
@ -234,7 +234,7 @@ final class ProcessImpl extends Process {
|
||||
return stderr_stream;
|
||||
}
|
||||
|
||||
public void finalize() {
|
||||
protected void finalize() {
|
||||
closeHandle(handle);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user