Integrated: 8370851: Mark hotspot and jdk tests incompatible with test thread factory

Leonid Mesnik lmesnik at openjdk.org
Thu Oct 30 15:38:19 UTC 2025


On Tue, 28 Oct 2025 23:30:52 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"

This pull request has now been integrated.

Changeset: ed36b9bb
Author:    Leonid Mesnik <lmesnik at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed36b9bb6f3d429db6accfb3b096e50e7f2217ff
Stats:     29 lines in 13 files changed: 15 ins; 1 del; 13 mod

8370851: Mark hotspot and jdk tests incompatible with test thread factory

Reviewed-by: alanb, kevinw, sspitsyn

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

PR: https://git.openjdk.org/jdk/pull/28030


More information about the hotspot-runtime-dev mailing list