[jdk20u] RFR: 8300575: JVMTI support when using alternative virtual thread implementation
Alan Bateman
alanb at openjdk.org
Mon Apr 24 17:32:01 UTC 2023
On Mon, 24 Apr 2023 17:02:42 GMT, Tyler Steele <tsteele at openjdk.org> wrote:
> This PR backports modifications to the jvmti code to add support for vthreads. Without this change, we see many failures in our internal testing.
>
> These changes did not apply cleanly in several places because of changes related to JDK-8299837 (Replace NULL with nullptr in hotspot code and tests). In these places, the changes expected code containing nullptr, but found NULL. In these spots, kept the code from the backported change, but changed nullptr back to NULL for consistency with the rest of the code base.
>
> Testing is underway.
Are you sure this is needed JVMTI is optional and a build with the alt implementation doesn't support JVMTI with --enable-preview. So I wouldn't expect you should be running the JVMTI conformance tests with --enable-preview.
-------------
PR Comment: https://git.openjdk.org/jdk20u/pull/60#issuecomment-1520563077
More information about the jdk-updates-dev
mailing list