RFR: 8308954: [JVMCI] code installation increments decompile_count for call_site_target_value failures
Tom Rodriguez
never at openjdk.org
Thu Jun 1 19:27:14 UTC 2023
On Tue, 30 May 2023 14:23:23 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PR fixes JVMCI code installation such that if a `Dependencies::call_site_target_value` failure is detected (e.g. because the target of a `MutableCallSite` was changed concurrently with the JVMCI compilation), the decompilation count for the method is not incremented.
>
> That is, this PR does for JVMCI what [JDK-8173338](https://bugs.openjdk.org/browse/JDK-8173338) did for CI.
Marked as reviewed by never (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14222#pullrequestreview-1456155397
More information about the hotspot-compiler-dev
mailing list