Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public.

Alan Bateman Alan.Bateman at oracle.com
Fri Mar 15 09:56:30 UTC 2013


On 15/03/2013 09:20, Alexey Utkin wrote:
>
>
> Summary:
>     Makes [FindBug] code analyzer happy.
> -    public void finalize() {
> +    protected void finalize() {
This looks fine to me, it's a package-private class so there's no issue.

-Alan.



More information about the core-libs-dev mailing list