RFR: 8279568: IGV: Add bci and line number property for OSR compilations
Christian Hagedorn
chagedorn at openjdk.java.net
Thu Jan 6 13:52:31 UTC 2022
IGV currently only shows "osr = true" in the "Properties" view:

This small patch changes "true" to show the actual bci and line number info instead:

Thanks,
Christian
-------------
Commit messages:
- 8279568: IGV: Add bci and line number property for OSR compilations
Changes: https://git.openjdk.java.net/jdk/pull/6981/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6981&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8279568
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/6981.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6981/head:pull/6981
PR: https://git.openjdk.java.net/jdk/pull/6981
More information about the hotspot-compiler-dev
mailing list