Integrated: 8365407: Race condition in MethodTrainingData::verify()
    Igor Veresov 
    iveresov at openjdk.org
       
    Tue Sep  2 21:30:52 UTC 2025
    
    
  
On Wed, 20 Aug 2025 18:19:25 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> This change fixes multiple issue with training data verification. While the current state of things in the mainline will not cause  any issues (because of the absence of the call to `TD::verify()` during the shutdown) it does problems in the leyden repo. This change strengthens verification in the mainline (by adding the shutdown verify call), and fixes the problems that prevent  it from working reliably.
This pull request has now been integrated.
Changeset: 991ac9e6
Author:    Igor Veresov <iveresov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/991ac9e6168b2573f78772e2d7936792a43fe336
Stats:     90 lines in 6 files changed: 32 ins; 17 del; 41 mod
8365407: Race condition in MethodTrainingData::verify()
Reviewed-by: kvn, vlivanov, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/26866
    
    
More information about the hotspot-compiler-dev
mailing list