RFR: 8326611: Clean up vmTestbase/nsk/stress/stack tests [v4]
Leonid Mesnik
lmesnik at openjdk.org
Thu Feb 29 18:13:05 UTC 2024
On Thu, 29 Feb 2024 13:46:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> test/hotspot/jtreg/TEST.groups line 419:
>>
>>> 417: -:tier1_runtime_appcds_exclude \
>>> 418: -runtime/signal \
>>> 419: -runtime/stack
>>
>> So what tier will run these now? Are these really stress tests?
>
> Good question. They are stress tests and not something we want to run in tier1.
These tests are executed in tier2 now. They are stress tests, trying to provoke SOE in different ways. They don't need a lot of resources but might take a long time which is not recommended for tier1 tests.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17993#discussion_r1507987887
More information about the hotspot-runtime-dev
mailing list