On Wed, 5 Jun 2024 23:49:02 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:

>> test/jdk/javax/net/ssl/templates/TLSBase.java line 246:
>> 
>>> 244:         void done() {
>>> 245:             try {
>>> 246:                 t.join(5000);
>> 
>> I had to increase the join value of a test recently that failed with virtual 
>> threads.
>> Try adding `--test-make-args JTREG_TEST_THREAD_FACTORY=Virtual` to your 
>> mach5 command line.
>
> I'll check it out.. thanks

Test passed with virtual threads on linux, windows, & mac aarch64

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19553#discussion_r1637352788

Reply via email to