RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Christian Hagedorn
chagedorn at openjdk.org
Mon Apr 7 09:30:49 UTC 2025
On Thu, 3 Apr 2025 18:20:15 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
> This changeset dumps the OOP map of each MachSafePoint when available, i.e. at the `Final Code` phase. This should make it easier to learn about and diagnose OOP map building issues:
>
> 
>
> #### Testing
>
> - tier1 (windows-x64, linux-x64, linux-aarch64, macosx-x64, and macosx-aarch64; release and debug mode).
> - Tested IGV manually on a few selected graphs. Tested automatically that dumping thousands of graphs does not trigger any assertion failure (by running `java -Xcomp -XX:PrintIdealGraphLevel=1`).
I see, thanks! So, I guess it's not something we should have as a filter like showing type info?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24422#issuecomment-2782684330
More information about the hotspot-compiler-dev
mailing list