RFR: 8348367: Remove hotspot_not_fast_compiler and hotspot_slow_compiler test groups [v2]

Tobias Hartmann thartmann at openjdk.org
Tue Feb 25 11:02:00 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

Looks reasonable to me.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23253#pullrequestreview-2640628758


More information about the hotspot-compiler-dev mailing list