8384061: [lworld] VM_PrintClassLayout uses the wrong VMOp_Type#2401
8384061: [lworld] VM_PrintClassLayout uses the wrong VMOp_Type#2401xmas92 wants to merge 5 commits into
Conversation
|
👋 Welcome back aboldtch! A progress list of the required criteria for merging this PR into |
|
@xmas92 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
I think the reason it was called I'll look at renaming |
|
|
||
| PrintClassLayoutDCmd::PrintClassLayoutDCmd(outputStream* output, bool heap) : | ||
| ClassPrintLayoutDCmd::ClassPrintLayoutDCmd(outputStream* output, bool heap) : | ||
| DCmdWithParser(output, heap), |
There was a problem hiding this comment.
Pre-existing: The indentation here is inconsistent, but so is this file in general.
VM_PrintClassLayout uses the wrong VMOp_Type.
Probably a copy paste error. Uses
VMOp_PrintClassHierarchyinstead ofVMOp_ClassPrintLayout.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2401/head:pull/2401$ git checkout pull/2401Update a local copy of the PR:
$ git checkout pull/2401$ git pull https://git.openjdk.org/valhalla.git pull/2401/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2401View PR using the GUI difftool:
$ git pr show -t 2401Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2401.diff
Using Webrev
Link to Webrev Comment