RFR: 8370851: Mark hotspot and jdk tests incompatible with test thread factory [v2]
Kevin Walls
kevinw at openjdk.org
Thu Oct 30 11:43:29 UTC 2025
On Thu, 30 Oct 2025 03:12:46 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> There are some tests not compatible with with test thread factory. They are marked with corresponding requires tag.
>>
>> Currently, the only "Virtual" test thread factory exist. It tries to start threads as virtual threads.
>>
>> The tests that are incompatible with test thread factory are marked with
>> test.thread.factory == null
>> and the tests that are rather incompatible with virtual threads are makred
>> with
>> test.thread.factory != "Virtual"
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>
> reverted back one test
Marked as reviewed by kevinw (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28030#pullrequestreview-3399147490
More information about the hotspot-runtime-dev
mailing list