Integrated: 8273335: compiler/blackhole tests should not run with interpreter-only VMs
Aleksey Shipilev
shade at openjdk.java.net
Mon Sep 6 08:14:19 UTC 2021
On Fri, 3 Sep 2021 15:45:20 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> This affects Zero, as it runs these tests expecting `CompilerCommand`s to work. Which are obviously missing since there are no compilers configured. Since [JDK-8255718](https://bugs.openjdk.java.net/browse/JDK-8255718), Zero knows it runs in interpreter-only mode, so we can just leverage that.
>
> Additional testing:
> - [x] `compiler/blackhole` tests are skipped with Zero
> - [x] `compiler/blackhole` tests still run with Server
This pull request has now been integrated.
Changeset: 4d25e6f6
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4d25e6f6c7ee855771ab9c05ae85a9d92c866941
Stats: 6 lines in 6 files changed: 6 ins; 0 del; 0 mod
8273335: compiler/blackhole tests should not run with interpreter-only VMs
Reviewed-by: kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/5365
More information about the hotspot-compiler-dev
mailing list