Integrated: 8298067: Persistent test failures after 8296012

Julian Waters jwaters at openjdk.org
Sun Dec 4 17:35:10 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 pull request has now been integrated.

Changeset: a71d91b9
Author:    Julian Waters <jwaters at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a71d91b96f7936dd1b84e4c1e167e2e5fa4ad4b1
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8298067: Persistent test failures after 8296012

Reviewed-by: alanb

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

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


More information about the kulla-dev mailing list