RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Vladimir Ivanov
vlivanov at openjdk.org
Tue Sep 2 16:59:44 UTC 2025
On Tue, 2 Sep 2025 16:16:41 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
>> It's very hard to do reliably given the way the vm shutdown currently works. There is no way to ensure that all the java threads are stopped, so checking the convergence is problematic. So, the best I can do right now is prove the `>=` property.
>
> I mean, I tired, but gave up on the convergence for now. Perhaps we'd make a stab at it another time.
Ok, sounds good. Thanks for the clarifications.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26866#discussion_r2316665607
More information about the hotspot-dev
mailing list