Re: RFR: 8275386: Change nested classes in jdk.jlink to static nested classes

2021-11-18 Thread Iris Clark
On Sun, 17 Oct 2021 21:06:44 GMT, Andrey Turbanov wrote: > Non-static classes hold a link to their parent classes, which can be avoided. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/5983

Re: RFR: 8275386: Change nested classes in jdk.jlink to static nested classes

2021-11-18 Thread Roger Riggs
On Sun, 17 Oct 2021 21:06:44 GMT, Andrey Turbanov wrote: > Non-static classes hold a link to their parent classes, which can be avoided. Marked as reviewed by rriggs (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/5983

Re: RFR: 8275386: Change nested classes in jdk.jlink to static nested classes

2021-11-17 Thread Alan Bateman
On Sun, 17 Oct 2021 21:06:44 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/5983

RFR: 8275386: Change nested classes in jdk.jlink 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.jlink to static nested classes Changes: https://git.openjdk.java.net/jdk/pull/5983/files Webrev: