RFR: 8308537: Remove BreakAtNode

Roland Westrelin roland at openjdk.org
Tue Jun 6 08:39:54 UTC 2023


On Mon, 5 Jun 2023 12:24:46 GMT, Eric Nothum <duke at openjdk.org> wrote:

> The BreakAtNode flag was unused as its utility is now insignificant with the use of "rr" in practice. See the following discussion: https://github.com/openjdk/jdk/pull/13767#issuecomment-1541805032. I removed the BreakAtNode flag and the related parts in the code.

I actually use it (albeit rarely). rr is linux x86 only AFAIK.

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

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


More information about the hotspot-compiler-dev mailing list