RFR: 8298067: Persistent test failures after 8296012
Alan Bateman
alanb at openjdk.org
Sun Dec 4 16:11:16 UTC 2022
On Sun, 4 Dec 2022 14:47:50 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> After JDK-8296012 a langtools test consistently fails on x86 Linux. This is due to said test needing JVMTI and --enable-preview, but for both to be compatible VMContinuations needs to be manually enabled, since it is off by default on certain platforms. HotSpot otherwise rejects the JVMTI request if VMContinuations is not enabled
This is another test that needs `@requires vm.continuations`, look at test/langtools/jdk/jshell/Test8294583.java for an example.
-------------
PR: https://git.openjdk.org/jdk/pull/11500
More information about the kulla-dev
mailing list