RFR: 8341273: JVMTI is not properly hiding some continuation related methods [v3]

Alan Bateman alanb at openjdk.org
Thu Oct 17 10:58:20 UTC 2024


On Wed, 16 Oct 2024 17:01:38 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> No issue from me on moving the notifications to the run method. My comment was more for the JvmtiMountTransition's class description as it's not easy to audit the use of this annotation.
>
> Got it, thanks.

The updated changes to VirtualThread look fine. I'm still wondering about JvmtiMountTransition's class description.  There's nothing obvious in yield and yield0 that they start/end a VTMS.  Maybe for a future PR but I think the description could be expanded as the same questions will come up each time that anything using this annotation changes.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21397#discussion_r1804553428


More information about the serviceability-dev mailing list