Re: JDK 19 - Virtual Threads Testing!

2022-05-20 Thread Rémy Maucherat
On Fri, May 20, 2022 at 9:35 AM Martin Grigorov wrote: > > On Tue, May 17, 2022 at 4:23 PM Rémy Maucherat wrote: > > > On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote: > > > > > > On 16/05/2022 14:14, Martin Grigorov wrote: > > > > Hello Tomcat devs, > > > > > > > > Some tests fail with JDK

Re: JDK 19 - Virtual Threads Testing!

2022-05-20 Thread Martin Grigorov
On Tue, May 17, 2022 at 4:23 PM Rémy Maucherat wrote: > On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote: > > > > On 16/05/2022 14:14, Martin Grigorov wrote: > > > Hello Tomcat devs, > > > > > > Some tests fail with JDK 19-ea+22-1598: > > > > > > > > >[concat] Testsuites with failed

Re: JDK 19 - Virtual Threads Testing!

2022-05-19 Thread Martin Grigorov
Hi David, The issues in Apache Tomcat have been fixed and now everything is OK with JDK 19-ea+22-1598! Regards, Martin On Mon, May 16, 2022 at 4:14 PM Martin Grigorov wrote: > Hello Tomcat devs, > > Some tests fail with JDK 19-ea+22-1598: > > [concat] Testsuites with failed tests: >

Re: JDK 19 - Virtual Threads Testing!

2022-05-19 Thread Martin Grigorov
Hi Mark, I confirm that all tests pass now! Thank you! Martin On Wed, May 18, 2022 at 1:40 PM Mark Thomas wrote: > On 18/05/2022 10:25, Mark Thomas wrote: > > Hi all, > > > > So of the three issues Martin identified, I've fixed 1 & 3 which were > > the simple ones. > > > > For 1, the import

Re: JDK 19 - Virtual Threads Testing!

2022-05-18 Thread Mark Thomas
On 18/05/2022 10:25, Mark Thomas wrote: Hi all, So of the three issues Martin identified, I've fixed 1 & 3 which were the simple ones. For 1, the import handler needed updating to add the new classes added to java.lang in Java 19. For 3, the memory leak protection code that stops executor

Re: JDK 19 - Virtual Threads Testing!

2022-05-18 Thread Mark Thomas
Hi all, So of the three issues Martin identified, I've fixed 1 & 3 which were the simple ones. For 1, the import handler needed updating to add the new classes added to java.lang in Java 19. For 3, the memory leak protection code that stops executor threads needed to be updated for some

Re: JDK 19 - Virtual Threads Testing!

2022-05-17 Thread Rémy Maucherat
On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote: > > On 16/05/2022 14:14, Martin Grigorov wrote: > > Hello Tomcat devs, > > > > Some tests fail with JDK 19-ea+22-1598: > > > > >[concat] Testsuites with failed tests: > > [concat]

Re: JDK 19 - Virtual Threads Testing!

2022-05-17 Thread Mark Thomas
On 16/05/2022 14:14, Martin Grigorov wrote: Hello Tomcat devs, Some tests fail with JDK 19-ea+22-1598: [concat] Testsuites with failed tests: [concat] TEST-jakarta.el.TestImportHandlerStandardPackages.NIO.txt [concat] TEST-jakarta.el.TestImportHandlerStandardPackages.NIO2.txt

Re: JDK 19 - Virtual Threads Testing!

2022-05-16 Thread Martin Grigorov
Hello Tomcat devs, Some tests fail with JDK 19-ea+22-1598: [concat] Testsuites with failed tests: [concat] TEST-jakarta.el.TestImportHandlerStandardPackages.NIO.txt [concat] TEST-jakarta.el.TestImportHandlerStandardPackages.NIO2.txt [concat]

JDK 19 - Virtual Threads Testing!

2022-05-16 Thread David Delabassee
Welcome to a new OpenJDK Quality Outreach update! This time, we have one update but a major one: JEP 425 (Virtual Threads preview) has been integrated into the OpenJDK mainline! JDK 19 Early-Access builds 22 are the first mainline builds with Virtual Threads (preview) support. So, Project