On Fri, 6 May 2022 21:28:45 GMT, Martin Buchholz <mar...@openjdk.org> wrote:

>> Tests in this file are not being executed.  I think you need:
>> 
>> --- a/test/jdk/java/util/concurrent/tck/ForkJoinPool19Test.java
>> +++ b/test/jdk/java/util/concurrent/tck/ForkJoinPool19Test.java
>> @@ -55,7 +55,7 @@ public class ForkJoinPool19Test extends JSR166TestCase {
>>      }
>>  
>>      public static Test suite() {
>> -        return new TestSuite(ForkJoinPool8Test.class);
>> +        return new TestSuite(ForkJoinPool19Test.class);
>>      }
>>  
>>      /**
>
> --- a/test/jdk/java/util/concurrent/tck/ForkJoinPool19Test.java
> +++ b/test/jdk/java/util/concurrent/tck/ForkJoinPool19Test.java
> @@ -55,7 +55,7 @@ public class ForkJoinPool19Test extends JSR166TestCase {
>      }
>  
>      public static Test suite() {
> -        return new TestSuite(ForkJoinPool8Test.class);
> +        return new TestSuite(ForkJoinPool19Test.class);
>      }
>  
>      /**

testLazySubmit will cause jtreg to start hanging.
If you wait patiently for 1000 seconds, you'll get a stack dump.

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

PR: https://git.openjdk.java.net/jdk/pull/8577

Reply via email to