RFR: 8263790: C2: new igv_print_immediately() for debugging purpose
Yi Yang
yyang at openjdk.java.net
Fri Mar 19 09:11:39 UTC 2021
On Fri, 19 Mar 2021 08:50:25 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
> Perhaps the problem you report should be addressed by making sure IGV also accepts missing closing </graphDocument> and </group> tags in your case?
Yes, absolutely.
Thank you all for pointing out this. It seems that my IGV is too old to parse incomplete xml documents:-( . I will update it to let it work.
The original intention of this patch is to generate complete xml, but it seems that even incomplete xml can be opened by the latest IGV, so this patch seems to be of little significance(Maybe the only use is to make the old version IGV happy).
Thanks!
Yang
-------------
PR: https://git.openjdk.java.net/jdk/pull/3071
More information about the hotspot-compiler-dev
mailing list