RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin
Jaikiran Pai
jpai at openjdk.org
Tue Apr 18 05:41:45 UTC 2023
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> The plugin which support execution of test's main method in separate virtual thread is added.
> The plugin is built as a part of test image and might be used in testing by adding JTREG_TEST_THREAD_FACTORY=Virtual option.
doc/testing.md line 384:
> 382:
> 383: Sets the `-testThreadFactory` for JTReg. The source code of all plugins is located
> 384: in `test/jtreg_test_thread_factory/'. The plugins are built as a part of test image.
I think this should probably even include a brief note about what possible values, in context of the JDK build, are applicable. For example the value `Virtual` and what that value means.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13432#discussion_r1169510591
More information about the build-dev
mailing list