RFR: 8279568: IGV: Add bci and line number property for OSR compilations

Christian Hagedorn chagedorn at openjdk.java.net
Mon Jan 10 08:18:26 UTC 2022


On Thu, 6 Jan 2022 13:44:37 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> IGV currently only shows "osr = true" in the "Properties" view:
> 
> ![Screenshot from 2022-01-06 14-27-43](https://user-images.githubusercontent.com/17833009/148391331-9e6ab764-6ba0-4f46-83e5-f283b03382ea.png)
> 
> This small patch changes "true" to show the actual bci and line number info instead:
> 
> ![Screenshot from 2022-01-06 14-38-10](https://user-images.githubusercontent.com/17833009/148391352-a128249e-eae1-4e5e-be70-f37202e994d2.png)
> 
> Thanks,
> Christian

Thanks Roland for your review!

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

PR: https://git.openjdk.java.net/jdk/pull/6981


More information about the hotspot-compiler-dev mailing list