RFR: 8348844: Remove remaining JVMTI tests from ProblemList-Virtual, use requires instead [v2]

Alan Bateman alanb at openjdk.org
Thu Oct 16 05:35:03 UTC 2025


On Thu, 16 Oct 2025 02:40:12 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> Seems reasonable.
>> 
>> Would be good to know why some tests have stopped failing though.
>> 
>> Thanks
>
>> Seems reasonable.
>> 
>> Would be good to know why some tests have stopped failing though.
>> 
>> Thanks
> Thank you for reveiw.
> For most if not all cases the reason is Security Manager removal. The tests failed to obtain permissions from virtual threads.

@lmesnik - would I be correct to say that you are on a mission to get rid of ProblemList-Virtual completely? Just to mention that there are a number of tests that already skip when the test main thread is a virtual thread. We may need to track these down and replace them with `@requires test.thread.factory == null` so that it is cleared from the test description.

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

PR Comment: https://git.openjdk.org/jdk/pull/27834#issuecomment-3409239412


More information about the core-libs-dev mailing list