RFR: 8348367: Remove hotspot_not_fast_compiler and hotspot_slow_compiler test groups [v2]
Leonid Mesnik
lmesnik at openjdk.org
Thu Jan 23 15:55:46 UTC 2025
On Thu, 23 Jan 2025 07:03:51 GMT, David Holmes <dholmes at openjdk.org> wrote:
> > was in the tier1 and tier2, so should be removed it from tier2, not tests are affected.
>
> Don't some of our later tiers run earlier tier groups but with different flags?
I mean that
tier2_compiler = \
...
compiler/codegen/ \
..
-:tier1_compiler \
-:hotspot_slow_compiler
tier1_compiler_2 = \
..
compiler/codegen/ \
..
so the
compiler/codegen/
is not executed in tier2 completely.
and the compiler/codegen/aes is exclded from tier1 and tier2 because it is in the
hotspot_slow_compiler.
So the content remains exactly the same.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23253#issuecomment-2610186642
More information about the hotspot-compiler-dev
mailing list