RFR: 8348367: Remove hotspot_not_fast_compiler and hotspot_slow_compiler test groups [v2]
David Holmes
dholmes at openjdk.org
Thu Jan 23 07:06:45 UTC 2025
On Thu, 23 Jan 2025 06:22:20 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.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>
> arraycopy reverted
> 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?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23253#issuecomment-2609011818
More information about the hotspot-compiler-dev
mailing list