On Thu, 2 Jun 2022 11:05:30 GMT, Alan Bateman <al...@openjdk.org> wrote:
> I expect you can unexclude the runtime/* tests from this section too. Also > the same section in test/jdk/ProblemList.txt that excludes the tests on > x86_32 can be cleaned up too, maybe a separate PR. Yes, in separate PR. In this PR, I want to deal with JVMTI tests specifically. We can take JVMTI tests off the problemlist exactly because of `@requires vm.continuations` added in this PR. ------------- PR: https://git.openjdk.java.net/jdk/pull/8990