On Fri, 26 Sep 2025 02:23:57 GMT, Leonid Mesnik <[email protected]> wrote:

> The test fails with virtual thread factory. 
> There is no good way to adopt it for virtual thread factory. So let skip it's 
> execution with it permanently.
> 
> The property support has been added to the jtregby
> https://bugs.openjdk.org/browse/CODETOOLS-7903931
> 
> I use
> `@requires test.thread.factory == null`
> and not
> `@requires test.thread.factory != "Virtual"`
> because I don't think that it makes sense to run it with any potential test 
> thread factory, like "VirtualStress"

This pull request has now been integrated.

Changeset: 556dfdda
Author:    Leonid Mesnik <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/556dfddac82f69b8a3d3730d05fcd00e49b84f2e
Stats:     3 lines in 2 files changed: 1 ins; 1 del; 1 mod

8308027: GetThreadListStackTraces/OneGetThreadListStackTraces.java should be 
skipped when thread factory is used

Reviewed-by: dholmes, sspitsyn

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

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

Reply via email to