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
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
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
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
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
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
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
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
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