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

Christian Hagedorn chagedorn at openjdk.java.net
Mon Jan 10 08:21:33 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

This pull request has now been integrated.

Changeset: 2f8a2fd0
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2f8a2fd077a2b9c88ab1823b52715278e26bbff1
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

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

Reviewed-by: kvn, roland

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

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


More information about the hotspot-compiler-dev mailing list