RFR: 8365407: Race condition in MethodTrainingData::verify() [v4]
Igor Veresov
iveresov at openjdk.org
Thu Aug 21 17:17:52 UTC 2025
On Thu, 21 Aug 2025 16:56:27 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Igor Veresov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> More cleanup
>
> src/hotspot/share/oops/trainingData.cpp line 113:
>
>> 111: } else if (td->is_MethodTrainingData()) {
>> 112: MethodTrainingData* mtd = td->as_MethodTrainingData();
>> 113: mtd->verify(false);
>
> Why it is `false` here? Comment please.
I will add a comment. But this is the training run, so we don't have the dep counters setup yet.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26866#discussion_r2291688602
More information about the hotspot-dev
mailing list