RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
    Roberto Castañeda Lozano 
    rcastanedalo at openjdk.org
       
    Mon Oct 27 10:23:37 UTC 2025
    
    
  
On Mon, 27 Oct 2025 08:27:50 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> I tried your patch out and I sometimes see a missing index for map. That might be expected but when looking at it, it rather suggests that something is off. If there is no map, maybe we can use "none" or completely remove the "map" entry for that graph.
It is expected, but I agree that the presentation could be improved. I went with printing `-` if there is no map, for compactness (commit 050fe0ddf645c5748e0ad7896686a7e6294afb3d), but I am OK with changing it to `none` if you think that is better.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27975#issuecomment-3450531366
    
    
More information about the hotspot-compiler-dev
mailing list