Integrated: 8348367: Remove hotspot_not_fast_compiler and hotspot_slow_compiler test groups
Leonid Mesnik
lmesnik at openjdk.org
Tue Feb 25 19:23:06 UTC 2025
On Thu, 23 Jan 2025 06:03:48 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Test groups
> hotspot_not_fast_compiler and hotspot_slow_compiler test
> were used by Oracle. However, now tier2/tier3 are used instead.
>
> So fix remove groups. and add exclusion of "slow" tests from tier1 groups. The content remains the same except
> -compiler/memoryinitialization/ZeroTLABTest.java
> int tier1_compiler_3.
>
>
> The tier1/2/3 are organized similar to tiers in other groups where
> tier1 = set of groups
> - some long tests/groups
> tier2 = set of groups
> - some long tests/groups
> - tier1
> tier3 =
> hotspot_compiler
> - tier1
> - tier2
>
>
> The test group
> compiler/codegen/ \
> was in the tier1 and tier2, so should be removed it from tier2, not tests are affected.
This pull request has now been integrated.
Changeset: 0151b15b
Author: Leonid Mesnik <lmesnik at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0151b15b7cc077a30b00f2af4a5e3f831d1d92cb
Stats: 24 lines in 1 file changed: 5 ins; 16 del; 3 mod
8348367: Remove hotspot_not_fast_compiler and hotspot_slow_compiler test groups
Reviewed-by: thartmann, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/23253
More information about the hotspot-compiler-dev
mailing list