JDK-8242428 : JVMTI thread operations should use Thread-Local Handshake
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-09
  • Updated: 2024-11-13
  • Resolved: 2020-07-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16 b06Fixed
Description
Migrate JVMTI thread operations to Thread-Local Handshakes from VM Operations.

    - VM_GetThreadListStackTraces
    - VM_GetStackTrace
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/2630948916e8 User: ysuenaga Date: 2020-07-11 14:28:30 +0000
11-07-2020

VM_EnterInterpOnlyMode has been migrated to handshake in JDK-8238585
23-06-2020

I think, the VM_GetThreadListStackTraces has to be excluded from the migration list. We need all stack traces at the same execution point.
16-04-2020