RFR: 8302513: remove sun.awt.util.IdentityLinkedList

Stuart Marks smarks at openjdk.org
Thu Feb 16 17:29:16 UTC 2023


IdentityLinkedList is used in only one place, so it's fairly simple to replace it with IdentityArrayList.

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

Commit messages:
 - Replace IdentityLinkedList with IdentityArrayList.

Changes: https://git.openjdk.org/jdk/pull/12567/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12567&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8302513
  Stats: 882 lines in 2 files changed: 0 ins; 881 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/12567.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12567/head:pull/12567

PR: https://git.openjdk.org/jdk/pull/12567



More information about the client-libs-dev mailing list