8320805: JFR: Create view for deprecated methods#17000
8320805: JFR: Create view for deprecated methods#17000egahlin wants to merge 3 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back egahlin! A progress list of the required criteria for merging this PR into |
|
@egahlin This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 110 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
Going to push as commit b5933b1.
Your commit was automatically rebased without conflicts. |
Could I have a review of a new view for the 'jfr' command to display deprecated methods for removal.
Usage:
$ jfr view deprecated-methods-for-removal <recording-file>If the package name doesn't fit, the --width size option can be specified.
A new aggregator function SET is introduced and if the cell-height is more than 1, items in the set, or list, are written on separate lines. I also added support for the synthetic field "stackTrace.topFrame.class". Long term plan is to allow ".class" suffix on any method/frame field, not just the topFrame. Elipsis is no longer used when contents exactly matches the column width. Switched to LinkedHashSet to make results deterministic and in the order items are found in the file.
Testing: jdk/jdk/jfr
Thanks
Erik
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/17000/head:pull/17000$ git checkout pull/17000Update a local copy of the PR:
$ git checkout pull/17000$ git pull https://git.openjdk.org/jdk.git pull/17000/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 17000View PR using the GUI difftool:
$ git pr show -t 17000Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/17000.diff
Webrev
Link to Webrev Comment