Integrated: 8276794: Change nested classes in java.desktop to static nested classes
Andrey Turbanov
duke at openjdk.java.net
Thu Nov 18 10:51:47 UTC 2021
On Thu, 14 Oct 2021 07:47:33 GMT, Andrey Turbanov <duke at openjdk.java.net> wrote:
> Non-static classes hold a link to their parent classes, which in many cases can be avoided.
> I updated only private and package-private classes. Didn't touch public/protected to not break external code.
> Similar cleanup in java.base - [JDK-8261880](https://bugs.openjdk.java.net/browse/JDK-8261880)
This pull request has now been integrated.
Changeset: 0a65e8b2
Author: Andrey Turbanov <turbanoff at gmail.com>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0a65e8b282fd41e57108422fbd140527d9697efd
Stats: 226 lines in 79 files changed: 3 ins; 53 del; 170 mod
8276794: Change nested classes in java.desktop to static nested classes
Reviewed-by: serb, aivanov
-------------
PR: https://git.openjdk.java.net/jdk/pull/5943
More information about the client-libs-dev
mailing list