Integrated: 8279223: Define version in .jcheck/conf

2022-01-03 Thread Erik Joelsson
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. Th

Re: RFR: JDK-8277515: Update --release 18 symbol information for JDK 18 build 29

2022-01-03 Thread Iris Clark
On Mon, 3 Jan 2022 18:26:24 GMT, Joe Darcy wrote: > Usual update to the JDK 19 symbol files for changes in JDK 18; this time > JDK-8276660 in JDK 18 build 28. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/6948

RFR: JDK-8277515: Update --release 18 symbol information for JDK 18 build 29

2022-01-03 Thread Joe Darcy
Usual update to the JDK 19 symbol files for changes in JDK 18; this time JDK-8276660 in JDK 18 build 28. - Commit messages: - JDK-8277515: Update --release 18 symbol information for JDK 18 build 29 Changes: https://git.openjdk.java.net/jdk/pull/6948/files Webrev: https://webrevs.o

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

2022-01-03 Thread Kevin Rushforth
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

Re: RFR: 8203290: [PPC64, s390] Check functionality of JDK-8199712 (Flight Recorder) [v5]

2022-01-03 Thread Erik Joelsson
On Wed, 29 Dec 2021 23:14:52 GMT, Tyler Steele wrote: >> Just in time for the holidays I have completed an implementation of the JFR >> functionality for AIX. As a side note, this is my first submission to >> OpenJDK 👋 >> >> ### Implementation notes and alternatives considered >> >> After mod

Re: [jdk18] RFR: 8279379: GHA: Print tests that are in error

2022-01-03 Thread Erik Joelsson
On Mon, 3 Jan 2022 11:34:14 GMT, Aleksey Shipilev wrote: > Current GHA workflow only prints `newfailures.txt` when tests fail. But the > tests can also "ERROR" out. In which case, we want to print > `other_errors.txt` as well. In current mainline GHA, we have a x86_32 > langtools_tier1 failure

[jdk18] RFR: 8279379: GHA: Print tests that are in error

2022-01-03 Thread Aleksey Shipilev
Current GHA workflow only prints `newfailures.txt` when tests fail. But the tests can also "ERROR" out. In which case, we want to print `other_errors.txt` as well. In current mainline GHA, we have a x86_32 langtools_tier1 failure like this: == Test summary =