RFR: 8298067: Persistent test failures after 8296012

Julian Waters jwaters at openjdk.org
Sun Dec 4 17:14:01 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

Alright, will do that asap

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

PR: https://git.openjdk.org/jdk/pull/11500


More information about the kulla-dev mailing list