RFR: 8298067: Persistent test failures after 8296012 [v2]
Alan Bateman
alanb at openjdk.org
Sun Dec 4 17:23:00 UTC 2022
On Sun, 4 Dec 2022 17:17:12 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
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>
> First try did not work, switch to @requires vm.continuations
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11500
More information about the kulla-dev
mailing list