Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public. (original) (raw)
Alexey Utkin alexey.utkin at oracle.com
Fri Mar 15 09:20:34 UTC 2013
- Previous message: hg: jdk8/tl/langtools: 5053846: javac: MethodRef entries are duplicated in the constant pool
- Next message: Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bug description: https://jbs.oracle.com/bugs/browse/JDK-8006193 http://bugs.sun.com/view_bug.do?bug_id=8006193
Here is the suggested trivial fix: http://cr.openjdk.java.net/~uta/openjdk-webrevs/JDK-8006193/
Summary: Makes [FindBug] code analyzer happy.
- public void finalize() {
- protected void finalize() {
Regards, -uta
- Previous message: hg: jdk8/tl/langtools: 5053846: javac: MethodRef entries are duplicated in the constant pool
- Next message: Review request: JDK-8006193 (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]