Integrated: 8261880: Change nested classes in java.base to static nested classes where possible

Сергей Цыпанов github.com+10835776+stsypanov at openjdk.java.net
Thu May 20 13:59:41 UTC 2021


On Tue, 16 Feb 2021 14:30:58 GMT, Сергей Цыпанов <github.com+10835776+stsypanov at openjdk.org> wrote:

> Non-static classes hold a link to their parent classes, which in many cases can be avoided.

This pull request has now been integrated.

Changeset: 9425d3de
Author:    Sergey Tsypanov <sergei.tsypanov at yandex.ru>
Committer: Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9425d3de83fe8f4caddef03ffa3f4dd4de58f236
Stats:     15 lines in 11 files changed: 0 ins; 0 del; 15 mod

8261880: Change nested classes in java.base to static nested classes where possible

Reviewed-by: redestad

-------------

PR: https://git.openjdk.java.net/jdk/pull/2589


More information about the net-dev mailing list