Re: RFR: JDK-8296149: Start of release updates for JDK 21 [v3]

2022-12-04 Thread Andrey Turbanov
On Sat, 3 Dec 2022 23:10:48 GMT, Joe Darcy wrote: >> Usual start-of-release updates. Symbol updates in initial version reflect >> JDK 20 build 21. > > Joe Darcy has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unrelated change

Re: RFR: 8298047: Remove all non-significant trailing whitespace from properties files

2022-12-04 Thread Sergey Bylokhov
On Fri, 2 Dec 2022 17:06:23 GMT, Magnus Ihse Bursie wrote: > [JDK-8295729](https://bugs.openjdk.org/browse/JDK-8295729) was created in an > attempt to remove all trailing whitespace from properties files, and enable a > jcheck verification that they did not come back, similar to other source >

Re: RFR: 8297963: Partially fix string expansion issues in UTIL_DEFUN_NAMED and related macros [v6]

2022-12-04 Thread Julian Waters
> The UTIL macros have several problematic flaws that may not seem apparent > initially, the worst of which include parsing commas as actual argument > separators to the underlying m4 macros, and completely, but very subtly > wrecking shell constructs. I've done my best here to fix some of these