Re: RFR: 8275384: Change nested classes in jdk.jconsole to static nested classes

2021-10-18 Thread Mandy Chung
On Sat, 16 Oct 2021 20:32:43 GMT, Andrey Turbanov wrote: > Non-static classes hold a link to their parent classes, which can be avoided. Marked as reviewed by mchung (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/5974

Re: RFR: 8275384: Change nested classes in jdk.jconsole to static nested classes

2021-10-18 Thread Serguei Spitsyn
On Sat, 16 Oct 2021 20:32:43 GMT, Andrey Turbanov wrote: > Non-static classes hold a link to their parent classes, which can be avoided. Marked as reviewed by sspitsyn (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/5974

Re: RFR: 8275384: Change nested classes in jdk.jconsole to static nested classes

2021-10-18 Thread Alan Bateman
On Sat, 16 Oct 2021 20:32:43 GMT, Andrey Turbanov wrote: > Non-static classes hold a link to their parent classes, which can be avoided. Marked as reviewed by alanb (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/5974

RFR: 8275384: Change nested classes in jdk.jconsole to static nested classes

2021-10-18 Thread Andrey Turbanov
Non-static classes hold a link to their parent classes, which can be avoided. - Commit messages: - [PATCH] Change nested classes in jdk.jconsole to static nested classes Changes: https://git.openjdk.java.net/jdk/pull/5974/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=