Integrated: 8290401: Support dump all phases and print nodes in ascending order of index

Joshua Cao duke at openjdk.org
Tue Sep 27 15:55:42 UTC 2022


On Wed, 21 Sep 2022 04:23:34 GMT, Joshua Cao <duke at openjdk.org> wrote:

> * Sort nodes by index (`S` flag)
> * increase max node distance to maximum number of nodes
> * `DEBUG` phase for `-XX:CompileCommand=PrintIdealPhase` is currently unused. We propose to use `DEBUG` phase for printing all phases. Alternatively, we can add a new `ALL` phase. Seeking opinions from the community.
> 
> Thanks Xin Liu for working with me on this.

This pull request has now been integrated.

Changeset: fb4979c0
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Xin Liu <xliu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fb4979c05bca2feae8e2d86c99db5e089693606f
Stats:     6 lines in 2 files changed: 5 ins; 0 del; 1 mod

8290401: Support dump all phases and print nodes in ascending order of index

Reviewed-by: chagedorn, xliu

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

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


More information about the hotspot-compiler-dev mailing list