[jdk20u] Withdrawn: 8300575: JVMTI support when using alternative virtual thread implementation

Tyler Steele tsteele at openjdk.org
Thu Jun 8 19:59:52 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.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk20u/pull/60


More information about the jdk-updates-dev mailing list