RFR: 6858: Thread dump does not show complete call stack based for all threads (grouped by time)

Marcus Hirt hirt at openjdk.java.net
Tue Jun 30 14:43:50 UTC 2020


On Tue, 30 Jun 2020 05:47:01 GMT, Guru Hb <ghb at openjdk.org> wrote:

>> Thread dump does not show complete call stack based on all threads (grouped by time) in first shot.
>> 
>> The user need to click on each sub sections of the sub-tree to see the corresponding thread dumps. But the user wanted
>> to see full thread dump in one shot as soon as they click on timestamp mentioned. Attached the screenshots of the
>> functionality before and after fix.
>> Before fix
>> 
>> 
>> <img width="690" alt="JMC_6170"
>> src="https://user-images.githubusercontent.com/11155712/85997486-2bd39980-ba27-11ea-824c-958c3adc0c96.png">
>> After fix
>> 
>> <img width="960" alt="JMC_6170_Fixed"
>> src="https://user-images.githubusercontent.com/11155712/85997520-35f59800-ba27-11ea-9cd5-73efe83a7102.png">
>
> Marked as reviewed by ghb (Reviewer).

Hi there! Did you try this out with some massive thread stack dumps?

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

PR: https://git.openjdk.java.net/jmc/pull/90


More information about the jmc-dev mailing list