RFR: 8350006: IGV: show memory slices as type information

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Fri Feb 14 09:16:09 UTC 2025


On Fri, 14 Feb 2025 08:56:42 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:

> Looks good and useful.

Thanks Daniel!

> It would be nice if we would not need to rely on parsing `dump_spec` for the required information, which is potentially quite fragile if `dump_spec`s ever change. Maybe, in the future, we could dump node information in a more structured manner? E.g., `dump_spec_json` or similar. I guess it's probably too much work for too little gain.

I agree that that would be more robust, on the other hand using the available `dump_spec` information means that the filter can be readily used to inspect graphs generated from older JVM versions, without having to backport HotSpot changes.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23621#issuecomment-2658692045


More information about the hotspot-compiler-dev mailing list