RFR: 8377035: [s390x] Disable JSR166 test cases which uses virtual threads [v2]
Harshit470250
duke at openjdk.org
Tue Feb 10 06:00:16 UTC 2026
On Fri, 6 Feb 2026 05:45:09 GMT, Harshit470250 <duke at openjdk.org> wrote:
>> ReentrantReadWriteLock20Test.java is failing on s390 due to virtual threads which are not yet implemented on s390.
>> SynchronousQueue20Test.java also uses virtual thread so I am also disabling it.
>
> Harshit470250 has updated the pull request incrementally with one additional commit since the last revision:
>
> change to use Platform.isS390
STARTED ReentrantReadWriteLock20Test::test66kReadersFair 'test66kReadersFair'
java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
Yes, this test also fails on my Mac with these flags(-XX:+UnlockExperimentalVMOptions -XX:-VMContinuations) with fastdebug.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29555#issuecomment-3875498699
More information about the core-libs-dev
mailing list