Integrated: Merge jdk18

2021-12-23 Thread Jesper Wilhelmsson
On Thu, 23 Dec 2021 17:11:15 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: a3b1c6b0 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/a3b1c6b03600da21b00a1f37ea4712096d636b14 Stats: 299 l

Re: RFR: Merge jdk18 [v2]

2021-12-23 Thread Jesper Wilhelmsson
> Forwardport JDK 18 -> JDK 19 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 113 commits: - Merge - 8279115: Fix internal doc comment errors. Reviewed-by: mli - 8276302: Locale.filterTags methods ignore

Re: RFR: 8279223: Define version in .jcheck/conf

2021-12-23 Thread Iris Clark
On Thu, 23 Dec 2021 14:16:37 GMT, Erik Joelsson wrote: > This patch adds the version field to .jcheck/conf. By doing this we can > remove the corresponding configuration from the Skara bots, which in turn > reduces the need for timing and general complexity of starting a new JDK > release. Ma

Integrated: 8279182: MakeZipReproducible ZipEntry timestamps not localized to UTC

2021-12-23 Thread Andrew Leonard
On Thu, 23 Dec 2021 09:39:19 GMT, Andrew Leonard wrote: > MakeZipReproducible was added to enable reproducible building of src.zip. > However, as ZipEntry timestamps are a "localized" date with no zone, the > specified epoch instant was getting localized in whatever the building > timezone was

RFR: Merge jdk18

2021-12-23 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge - 8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of size too large - 8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out - 8279076: C2: Bad AD file when matching SqrtF with UseSSE=0 - 8278

Re: RFR: 8279223: Define version in .jcheck/conf

2021-12-23 Thread Alan Bateman
On Thu, 23 Dec 2021 14:16:37 GMT, Erik Joelsson wrote: > This patch adds the version field to .jcheck/conf. By doing this we can > remove the corresponding configuration from the Skara bots, which in turn > reduces the need for timing and general complexity of starting a new JDK > release. Ma

RFR: 8279223: Define version in .jcheck/conf

2021-12-23 Thread Erik Joelsson
This patch adds the version field to .jcheck/conf. By doing this we can remove the corresponding configuration from the Skara bots, which in turn reduces the need for timing and general complexity of starting a new JDK release. - Commit messages: - JDK-8279223 Changes: https://git

Re: RFR: 8279182: MakeZipReproducible ZipEntry timestamps not localized to UTC

2021-12-23 Thread Erik Joelsson
On Thu, 23 Dec 2021 09:39:19 GMT, Andrew Leonard wrote: > MakeZipReproducible was added to enable reproducible building of src.zip. > However, as ZipEntry timestamps are a "localized" date with no zone, the > specified epoch instant was getting localized in whatever the building > timezone was

Integrated: 8278766: Enable OpenJDK build support for reproducible jars and jmods using --date

2021-12-23 Thread Andrew Leonard
On Fri, 17 Dec 2021 09:18:03 GMT, Andrew Leonard wrote: > If "reproducible build" is enabled, then utilize the new --date option in the > building of jar's and jmods. > Validating the boot jdk supports --date for the building of the jars. > > Signed-off-by: Andrew Leonard This pull request ha

RFR: 8279182: MakeZipReproducible ZipEntry timestamps not localized to UTC

2021-12-23 Thread Andrew Leonard
MakeZipReproducible was added to enable reproducible building of src.zip. However, as ZipEntry timestamps are a "localized" date with no zone, the specified epoch instant was getting localized in whatever the building timezone was, hence src.zip built from the same source in different zones woul