Re: RFR: 8284026: Use unmodifiable collections where practical [v2]

2022-03-30 Thread Pavel Rappo
> New code in jdk.javadoc tends to use `{List, Set, Map}.of` methods instead of > similar methods from `Collections`, which are used in the existing > jdk.javadoc code. Having a mix of these two families of methods is > distracting. This PR upgrades existing code to `{List, Set, Map}.of` methods

RFR: 8284026: Use unmodifiable collections where practical

2022-03-30 Thread Pavel Rappo
New code in jdk.javadoc tends to use `{List, Set, Map}.of` methods instead of similar methods from `Collections`, which are used in the existing jdk.javadoc code. Having a mix of these two families of methods is distracting. This PR upgrades existing code to `{List, Set, Map}.of` methods where p

Re: RFR: 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10

2022-03-30 Thread Naoto Sato
On Wed, 30 Mar 2022 00:43:49 GMT, Alisen Chung wrote: > redo of 8280400 I believe `src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_CN.properties` and `test/jdk/sun/text/resources/LocaleData` have to be adjusted according to the l10n changes. - PR: https:

Re: RFR: 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10

2022-03-30 Thread Kevin Rushforth
On Wed, 30 Mar 2022 00:43:49 GMT, Alisen Chung wrote: > redo of 8280400 Since this is identical to the original fix, I would expect the same Tier2 test failure as reported in [JDK-8283804](https://bugs.openjdk.java.net/browse/JDK-8283804). - PR: https://git.openjdk.java.net/jdk/p