Integrated: JDK-8305223: IGV: mark osr compiled graphs with [OSR] in the name

Tobias Holenstein tholenstein at openjdk.org
Fri Mar 31 12:13:30 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">

This pull request has now been integrated.

Changeset: 049b953f
Author:    Tobias Holenstein <tholenstein at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/049b953f8fdab62532e957c86a6009f4c8fa1653
Stats:     6 lines in 1 file changed: 4 ins; 0 del; 2 mod

8305223: IGV: mark osr compiled graphs with [OSR] in the name

Reviewed-by: thartmann, rcastanedalo, eliu

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

PR: https://git.openjdk.org/jdk/pull/13241


More information about the hotspot-compiler-dev mailing list