RFR: 8263775: C2: igv_print() crash unexpectedly when called from debugger
Christian Hagedorn
chagedorn at openjdk.java.net
Thu Mar 18 09:15:51 UTC 2021
On Thu, 18 Mar 2021 06:12:16 GMT, Yi Yang <yyang at openjdk.org> wrote:
> (But even if applying this patch, igv_print can not work well since it seems produces an ill-formed ideal graph whose tags are not enclosed, thus can not be recognized by idealgraphvisualizer, this looks like a related by different fix, so I might create another PR to address this?)
When does this happen? Can you reliably reproduce this? I also noticed in the past that sometimes when you want to print the graph during some graph modification then IGV could have problems showing the graph. Yes, please open a new bug for that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3065
More information about the hotspot-compiler-dev
mailing list