8262725: IGV: crash when removing all graphs in a group#3540
8262725: IGV: crash when removing all graphs in a group#3540robcasloz wants to merge 3 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back rcastanedalo! A progress list of the required criteria for merging this PR into |
|
@robcasloz The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
/label remove build |
|
@robcasloz |
Webrevs
|
|
Hi Roberto, thanks for providing the fix. I've built and tested it successfully as described in the bug report JDK-8262725. Your fix seems to solve this issue. I'm still not able to remove the empty group Cheers, Richard. |
...ils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorTopComponent.java
Outdated
Show resolved
Hide resolved
|
@robcasloz 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 48 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 |
Thanks for reviewing, Christian! |
Thanks for testing, Richard!
The preceding fix 8262462 should make this possible, however I see now that it wasn't merged into this PR. I merged it now (04c0b3c), could you please try again? |
reinrich
left a comment
There was a problem hiding this comment.
I've tested the fix and found it solves the issues.
(Cannot really comment on the change itself as I'm not familiar with igv implementation / netbeans).
Thanks, Richard.
Thanks for reviewing, Richard! |
|
/summary |
|
@robcasloz Setting summary to: |
|
/integrate |
|
@robcasloz Since your change was applied there have been 48 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 5136643. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This change makes IGV close graph views when their groups are either a) removed or b) emptied (all graphs are removed but the group remains), and avoids faulty graph view computation in case b).
Tested the following scenarios manually (on groups loaded both via network and from a file, and on JDK 8, 11, and 15):
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/3540/head:pull/3540$ git checkout pull/3540Update a local copy of the PR:
$ git checkout pull/3540$ git pull https://git.openjdk.java.net/jdk pull/3540/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3540View PR using the GUI difftool:
$ git pr show -t 3540Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/3540.diff