-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b27
-
x86
-
linux
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 it detects that VMContinuations is not enabled while --enable-preview is