RFR: 8362530: VM crash with -XX:+PrintTieredEvents when collecting AOT profiling [v3]
Igor Veresov
iveresov at openjdk.org
Thu Aug 14 17:02:19 UTC 2025
On Wed, 13 Aug 2025 16:48:29 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
>> When printing tiered events we take the ttyLock and also now the trainingDataLock. While benign it's best to decouple these. The solution is to gather the output bits in a buffer and then print it.
>
> Igor Veresov has updated the pull request incrementally with one additional commit since the last revision:
>
> Address Christian's comments
Thanks Vladimir and Christian!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26750#issuecomment-3189187511
More information about the hotspot-compiler-dev
mailing list