RFR: 8350006: IGV: show memory slices as type information [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Fri Feb 14 12:22:09 UTC 2025
On Fri, 14 Feb 2025 10:41:00 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> It would be great if we can also know what kind of int we are talking about here (e.g. an int at ArrayList.size or a bottom int).
IGV presents node types as know by C2: either phase types if available, or bottom types, or both if they differ. See the description and discussion in https://github.com/openjdk/jdk/pull/15881 for more details.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23621#issuecomment-2659194658
More information about the hotspot-compiler-dev
mailing list