RFR: JDK-8305223: IGV: mark osr compiled graphs with [OSR] in the name [v2]
Eric Liu
eliu at openjdk.org
Fri Mar 31 01:06:19 UTC 2023
On Thu, 30 Mar 2023 10:24:06 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
>> Graphs in IGV that were osr compiled have an "osr" property. To make it easier to distinguish them from non-osr, append `[OSR]` to the name of the group in the outline
>>
>> <img width="323" alt="osr" src="https://user-images.githubusercontent.com/71546117/228766255-ba43f50c-3059-43cb-98b4-9d0d5a8ff9ea.png">
>
> Tobias Holenstein has updated the pull request incrementally with one additional commit since the last revision:
>
> Update Group.java
>
> update copyright year
Marked as reviewed by eliu (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13241#pullrequestreview-1366117989
More information about the hotspot-compiler-dev
mailing list