RFR: 8371: Stacktrace should hide hidden frames [v2]

Erik Gahlin egahlin at openjdk.org
Wed Apr 23 08:10:52 UTC 2025


On Fri, 11 Apr 2025 10:51:28 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:

>> JFR tool is hiding all the hidden frames. But in JMC, Stacktrace view is still showing lot of hidden methods which is not required from the users point of view. Hence, we will be hiding all the hidden frames as part of this enhancement.
>> 
>> Also, we have updated some test cases also in order to get rid of hidden frames which were expected by the test cases.
>
> Suchita Chaturvedi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removed ArrayList and replaced FOR-loop implementation with Streams

Using stream() instead of new ArrayList doesn't change much.

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

PR Comment: https://git.openjdk.org/jmc/pull/632#issuecomment-2823426130


More information about the jmc-dev mailing list