<i18n dev> RFR: 8263561: Re-examine uses of LinkedList [v3]

Сергей Цыпанов github.com+10835776+stsypanov at openjdk.java.net
Tue May 25 12:03:29 UTC 2021


> The usage of `LinkedList` is senseless and can be replaced with either `ArrayList` or `ArrayDeque` which are both more compact and effective.
> 
> jdk:tier1 and jdk:tier2 are both ok

Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:

  8263561: Use sized constructor where reasonable

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2744/files
  - new: https://git.openjdk.java.net/jdk/pull/2744/files/158006c6..40910fae

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

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

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


More information about the i18n-dev mailing list