RFR: 8290401: Support dump all phases and print nodes in ascending order of index [v3]

Joshua Cao duke at openjdk.org
Wed Sep 21 19:55:43 UTC 2022


> * 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.

Joshua Cao has updated the pull request incrementally with one additional commit since the last revision:

  use UINT64_C macro

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10371/files
  - new: https://git.openjdk.org/jdk/pull/10371/files/4938e0aa..751d65ea

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10371&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10371&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10371.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10371/head:pull/10371

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


More information about the hotspot-compiler-dev mailing list