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

2022-01-04 Thread Christoph Langer
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

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

2022-01-04 Thread Aleksey Shipilev
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] Integrated: 8279379: GHA: Print tests that are in error

2022-01-04 Thread Aleksey Shipilev
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

RFR: 8279445: Update JMH devkit to 1.34

2022-01-04 Thread Aleksey Shipilev
Brings lots of goodies, including automatic enablement of Compiler Blackholes: https://mail.openjdk.java.net/pipermail/jmh-dev/2021-December/003406.html Additional testing: - [x] Devkit creation works - [x] Sample benchmarks runs with new devkit - Commit messages: - Fix Changes

Re: RFR: 8279445: Update JMH devkit to 1.34

2022-01-04 Thread Andrew Haley
On Tue, 4 Jan 2022 12:15:10 GMT, Aleksey Shipilev wrote: > Brings lots of goodies, including automatic enablement of Compiler > Blackholes: > https://mail.openjdk.java.net/pipermail/jmh-dev/2021-December/003406.html > > Additional testing: > - [x] Devkit creation works > - [x] Sample benchm

Re: RFR: 8279445: Update JMH devkit to 1.34

2022-01-04 Thread Erik Joelsson
On Tue, 4 Jan 2022 12:15:10 GMT, Aleksey Shipilev wrote: > Brings lots of goodies, including automatic enablement of Compiler > Blackholes: > https://mail.openjdk.java.net/pipermail/jmh-dev/2021-December/003406.html > > Additional testing: > - [x] Devkit creation works > - [x] Sample benchm

RFR: Merge jdk18

2022-01-04 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge remote-tracking branch 'jdk18/master' into Merge_jdk18 - 8275830: C2: Receiver downcast is missing when inlining through method handle linkers - 8265317: [vector] assert(payload->is_object()) failed: expected 'object' value

Integrated: Merge jdk18

2022-01-04 Thread Jesper Wilhelmsson
On Tue, 4 Jan 2022 18:37:53 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: 191f7307 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/191f7307bb2f2e2ce93480b4fc5fbbef216ff7cd Stats: 161 li

Re: RFR: 8244602: Add JTREG_REPEAT_COUNT to repeat execution of a test

2022-01-04 Thread Sergey Bylokhov
On Mon, 6 Dec 2021 11:12:22 GMT, Aleksey Shipilev wrote: > This adds the test repeat feature in the build system. This is convenient to > follow-up on intermittently failing tests: the `REPEAT_COUNT > 0` would run > the test multiple times, until we run out of repeats or the tests fail. > > Wi