RFR: 8277893: Arraycopy stress tests

Vladimir Kozlov kvn at openjdk.java.net
Tue Nov 30 20:49:03 UTC 2021


On Tue, 30 Nov 2021 20:23:04 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> test/hotspot/jtreg/TEST.groups line 183:
>> 
>>> 181: 
>>> 182: tier3_compiler = \
>>> 183:   compiler/arraycopy/stress
>> 
>> Can you introduce separate group for this? For example `hotspot_arraycopy_stress` and use it here.
>> I am fine with introduced `tier2|3_compiler` groups but it will help us in Oracle to have separate group for `arraycopy` so we can schedule its testing on proper machines.
>
> Yes, we can. Actually, working on #6622, I realized these test groups would be introduced anyway. So these new arraycopy tests should probably go to `hotspot_slow_compiler` group, along with other `stress` tests. This would hook arraycopy tests into `hotspot:tier3` automatically if #6622 lands. Tell me if you still want a completely separate test group, or `hotspot_slow_compiler` is enough for current Oracle testing infra.

Please,  create separate test group and add it to `hotspot_slow_compiler`. We would not need to change infra settings if more testing is added to this new group later.

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

PR: https://git.openjdk.java.net/jdk/pull/6594


More information about the hotspot-compiler-dev mailing list