RFR: 8308537: Remove BreakAtNode

Tobias Hartmann thartmann at openjdk.org
Wed Jun 7 05:04:04 UTC 2023


On Tue, 6 Jun 2023 18:00:24 GMT, Xin Liu <xliu at openjdk.org> wrote:

> If you plan to remove it, is there any alternative?

Many of us use http://rr-project.org/ for debugging. Being able to reverse execute is much more powerful because you can simply set watchpoints on the node or it's inputs to trace back creation of entire subgraphs in the IR.

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

PR Comment: https://git.openjdk.org/jdk/pull/14311#issuecomment-1579896833


More information about the hotspot-compiler-dev mailing list