RFR: JDK-8305223: IGV: mark osr compiled graphs with [OSR] in the name
Tobias Hartmann
thartmann at openjdk.org
Thu Mar 30 09:01:27 UTC 2023
On Thu, 30 Mar 2023 07:46:43 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">
Looks good to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13241#pullrequestreview-1364652245
More information about the hotspot-compiler-dev
mailing list