Integrated: Merge jdk16

2020-12-16 Thread Jesper Wilhelmsson
On Thu, 17 Dec 2020 02:48:38 GMT, Jesper Wilhelmsson wrote: > Merge JDK 16 -> JDK 17 This pull request has now been integrated. Changeset: 11bd7a81 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/11bd7a81 Stats: 882 lines in 41 files changed: 659 ins; 30

RFR: Merge jdk16

2020-12-16 Thread Jesper Wilhelmsson
Merge JDK 16 -> JDK 17 - Commit messages: - Merge - 8258338: Support deprecated records - 8241353: NPE in ToolProvider.getSystemJavaCompiler - 8255880: UI of Swing components is not redrawn after their internal state changed - 8257637: Update usage of "type" terminology in

Integrated: 8258514: Replace Collections.unmodifiableList with List.of

2020-12-16 Thread Xue-Lei Andrew Fan
On Wed, 16 Dec 2020 17:13:36 GMT, Xue-Lei Andrew Fan wrote: > The Collections.unmodifiableList() method could be recurring copy on itself > and have potential problems. The List.of() method is solid, and could be used > instead. > > Code cleanup, no new regression text. > > Bug:

Re: RFR: 8257733: Move module-specific data from make to respective module [v2]

2020-12-16 Thread Naoto Sato
On Thu, 10 Dec 2020 23:07:52 GMT, Naoto Sato wrote: >> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Move to share/data, and move jdwp.spec to java.se > > Reviewed changes to `characterdata`, `charsetmapping`,

Re: RFR: 8258514: Replace Collections.unmodifiableList with List.of

2020-12-16 Thread Jamil Nimeh
On Wed, 16 Dec 2020 17:13:36 GMT, Xue-Lei Andrew Fan wrote: > The Collections.unmodifiableList() method could be recurring copy on itself > and have potential problems. The List.of() method is solid, and could be used > instead. > > Code cleanup, no new regression text. > > Bug:

RFR: 8258514: Replace Collections.unmodifiableList with List.of

2020-12-16 Thread Xue-Lei Andrew Fan
The Collections.unmodifiableList() method could be recurring copy on itself and have potential problems. The List.of() method is solid, and could be used instead. Code cleanup, no new regression text. Bug: https://bugs.openjdk.java.net/browse/JDK-8258514 - Commit messages: -

Re: RFR: 8257733: Move module-specific data from make to respective module [v2]

2020-12-16 Thread Magnus Ihse Bursie
On Wed, 16 Dec 2020 10:12:54 GMT, Alan Bateman wrote: >> I think this is almost ready to be pushed, but I'd like to have someone from >> the client team review the changes for java.desktop as well. @prrace Any >> change you can have a look at this? > > I think it will be annoying to have the

Re: RFR: 8257733: Move module-specific data from make to respective module [v2]

2020-12-16 Thread Alan Bateman
On Tue, 15 Dec 2020 22:52:30 GMT, Magnus Ihse Bursie wrote: >> Reviewed changes to `characterdata`, `charsetmapping`, `cldr`, `currency`, >> `lsrdata`, `tzdata`, and `unicodedata` with minor comment. Looks good >> overall. > > I think this is almost ready to be pushed, but I'd like to have