RFR: 8257805: Add compiler/blackhole tests to tier1

Vladimir Kozlov kvn at openjdk.java.net
Mon Dec 7 19:24:14 UTC 2020


On Sun, 6 Dec 2020 23:13:24 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> JDK-8252505 added new tests. They are short, and were supposed to run in tier1. Unfortunately, they are in `compiler/blackhole` directory, not in `compiler/c1` or `compiler/c2`, which would get them included into tier1 automatically. So, we need to include them to tier1 directly.

It is reasonable. It adds 21 tests and about 1 min  to tier1_compiler_1 which currently takes less time than tier1_compiler_2 and tier1_compiler_3.

-------------

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1654


More information about the hotspot-dev mailing list