forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JDK19+] Fix JVMTI GetAllStackTraces
JVMTI GetAllStackTraces only tracks live platform threads. This change correctly and consistently derives the threadObject from J9VMThread->carrierThreadObject in GetAllStackTraces for JDK19+. Currently, J9VMThread->threadObject is used in some places, which is incorrect since it can also point to a virtual thread. Related: eclipse-openj9#17868 Signed-off-by: Babneet Singh <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters