jmc
jmc copied to clipboard
8371: Stacktrace should hide hidden frames
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.
Progress
- [x] Commit message must refer to an issue
- [ ] Change must be properly reviewed (1 review required, with at least 1 Committer)
Issue
- JMC-8371: Stacktrace should hide hidden frames (Enhancement - P3)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jmc.git pull/632/head:pull/632
$ git checkout pull/632
Update a local copy of the PR:
$ git checkout pull/632
$ git pull https://git.openjdk.org/jmc.git pull/632/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 632
View PR using the GUI difftool:
$ git pr show -t 632
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jmc/pull/632.diff