eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

Get Waiters info if needed #61

Closed yathamravali closed 3 years ago

yathamravali commented 3 years ago

Added new command option "waitersInfo": If the value is true then prints waiting thread details. Default is not to get waiters info.

Fixes: #21 Signed-off-by: Ravali Yatham rayatha1@in.ibm.com

yathamravali commented 3 years ago

@mpirvu - Please review.

At the moment, waiters info gives threadName, ID and OS ID. Do we need stack trace as well for waiting threads?