-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support tracing reference on continuation java frames for jvmti
Jvmti trace live heap objects via j9gc_ext_reachable_objects_do (MM_ReferenceChainWalker), update MM_ReferenceChainWalker to support to trace the references on the java frames of continuation. - only unmounted continuations would be scanned via scanContinuationObject(), the mounted continuation would be scanned via scanThread (thread->currentContinuation). Signed-off-by: Lin Hu <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
1 deletion.
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
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