Integrated: 8308954: [JVMCI] code installation increments decompile_count for call_site_target_value failures
    Doug Simon 
    dnsimon at openjdk.org
       
    Thu Jun  1 19:27:16 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.
This pull request has now been integrated.
Changeset: 2bb19724
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2bb1972483abadaf7957fff1654a1c141fc48109
Stats:     18 lines in 2 files changed: 13 ins; 0 del; 5 mod
8308954: [JVMCI] code installation increments decompile_count for call_site_target_value failures
Reviewed-by: never
-------------
PR: https://git.openjdk.org/jdk/pull/14222
    
    
More information about the graal-dev
mailing list