Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v4]

2023-04-20 Thread Jaikiran Pai
On Fri, 21 Apr 2023 02:05:39 GMT, Leonid Mesnik 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. > > Leoni

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-20 Thread Leonid Mesnik
On Fri, 21 Apr 2023 01:50:48 GMT, Jaikiran Pai wrote: >> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fixed doc > > doc/testing.md line 385: > >> 383: Sets the `-testThreadFactory` for JTReg. Is should be the name of cl

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v4]

2023-04-20 Thread Leonid Mesnik
> 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. Leonid Mesnik has updated the pull request incrementally with one add

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-20 Thread Jaikiran Pai
On Tue, 18 Apr 2023 05:58:08 GMT, Jaikiran Pai 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. > > I use

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-20 Thread Jaikiran Pai
On Tue, 18 Apr 2023 15:19:29 GMT, Leonid Mesnik 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. > > Leoni

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-20 Thread Leonid Mesnik
On Tue, 18 Apr 2023 05:58:08 GMT, Jaikiran Pai 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. > > I use

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-18 Thread Leonid Mesnik
On Tue, 18 Apr 2023 15:19:29 GMT, Leonid Mesnik 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. > > Leoni

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v2]

2023-04-18 Thread Leonid Mesnik
On Tue, 18 Apr 2023 14:59:17 GMT, Leonid Mesnik 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. > > Leoni

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-18 Thread Leonid Mesnik
> 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. Leonid Mesnik has updated the pull request incrementally with one add

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v2]

2023-04-18 Thread Leonid Mesnik
> 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. Leonid Mesnik has updated the pull request with a new target base due

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-18 Thread Leonid Mesnik
On Tue, 18 Apr 2023 05:28:29 GMT, Jaikiran Pai 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. > > test/j

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-18 Thread Leonid Mesnik
On Tue, 18 Apr 2023 05:59:56 GMT, Alan Bateman wrote: >> test/jtreg_test_thread_factory/src/share/classes/Virtual.java line 46: >> >>> 44: public Thread newThread(Runnable task) { >>> 45: try { >>> 46: return Thread.ofVirtual().factory().newThread(task); >> >> As far as

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-18 Thread Erik Joelsson
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik 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. Build change

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik 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. I use `jtreg

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Alan Bateman
On Tue, 18 Apr 2023 05:30:47 GMT, Jaikiran Pai 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. > > test/j

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik 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. >From what I

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik 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.

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Jaikiran Pai
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik 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. test/jtreg_t

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Leonid Mesnik
On Tue, 11 Apr 2023 18:17:06 GMT, Leonid Mesnik 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. The ` make -

RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin

2023-04-17 Thread Leonid Mesnik
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. - Commit messages: - opts updated - deps updated - fixed is t