RFR: 8267532: C2: Profile and prune untaken exception handlers [v5]

Dean Long dlong at openjdk.org
Wed Nov 15 21:11:41 UTC 2023


On Wed, 15 Nov 2023 18:03:02 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Spotted another inconsistency: C1 doesn't set has_monitor on monitorexit while C2 does. So, seems like C1 is also affected (even without branch pruning).

Is it possible for C1 to see a monitorexit but not the earlier monitorenter?

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

PR Comment: https://git.openjdk.org/jdk/pull/16416#issuecomment-1813263731


More information about the hotspot-dev mailing list