RFR: 8360389: Support printing from C2 compiled code [v12]
Benoît Maillard
bmaillard at openjdk.org
Mon Oct 6 15:55:20 UTC 2025
On Fri, 3 Oct 2025 14:44:19 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> I have run all the examples I have, and I have found that the only time this path is executed is when we reach the `StartNode`. I would leave it as it is just in case. What do you think?
>
> I suggest to add `assert(!n->is_MultiBranch(), "unexpected node: %s", n->Name());` if you are sure we never see such nodes here.
Done, thanks for the suggestion!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26475#discussion_r2407146600
More information about the hotspot-dev
mailing list