RFR: 8373508: C2: sinking CreateEx out of loop breaks the graph

Dean Long dlong at openjdk.org
Wed Dec 17 10:59:09 UTC 2025


On Tue, 16 Dec 2025 11:04:52 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> It's actually not clear to me what that logic in CreateExNode::Identity() is expected to do and I wonder if it's still needed.

I looked in the old SCCS history, and this code used to check if the call was to OptoRuntime::rethrow_stub(), so it appears to be trying to get the oop from arg0 to the rethrow runtime call.  This code looks obsolete and broken to me.

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

PR Comment: https://git.openjdk.org/jdk/pull/28842#issuecomment-3664809085


More information about the hotspot-compiler-dev mailing list