> 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)

Andrey Turbanov has updated the pull request incrementally with one additional 
commit since the last revision:

  [PATCH] Change nested classes in java.desktop to static nested classes
  move opening brace to the same line where class is declared

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5943/files
  - new: https://git.openjdk.java.net/jdk/pull/5943/files/1eeab86a..de4deb36

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5943&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5943&range=01-02

  Stats: 12 lines in 6 files changed: 0 ins; 6 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5943.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5943/head:pull/5943

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

Reply via email to