RFR: 8323095: Expand TraceOptoParse block output abbreviations

Christian Hagedorn chagedorn at openjdk.org
Mon Jan 8 14:44:25 UTC 2024


On Fri, 5 Jan 2024 23:07:12 GMT, Joshua Cao <duke at openjdk.org> wrote:

> `e` -> `exception block`
> `lphd` -> `loop head`
> 
> Also removing an unnecessary space. The successor ids have a space before them.
> 
> Examples from `java -Xcomp -XX:+TraceOptoParse -version`:
> 
> 
> Parsing block #8 at bci [33,39), successors: 9 16(exception block)  loop head

Looks good to me, too.

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

Marked as reviewed by chagedorn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17289#pullrequestreview-1809259801


More information about the hotspot-compiler-dev mailing list