Integrated: 8323095: Expand TraceOptoParse block output abbreviations
Joshua Cao
duke at openjdk.org
Mon Jan 8 19:48:35 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
This pull request has now been integrated.
Changeset: 24823ba6
Author: Joshua Cao <joshcao at amazon.com>
Committer: Xin Liu <xliu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/24823ba647d4bf412586372cd5076f35bbc131a5
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8323095: Expand TraceOptoParse block output abbreviations
Reviewed-by: thartmann, chagedorn, xliu
-------------
PR: https://git.openjdk.org/jdk/pull/17289
More information about the hotspot-compiler-dev
mailing list