Integrated: 8352256: ObjectSynchronizer::quick_notify misses JFR event notification path
Aleksey Shipilev
shade at openjdk.org
Tue Apr 8 08:15:41 UTC 2025
On Tue, 18 Mar 2025 11:42:39 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Noticed this while removing OM counters. When doing [JDK-8351187](https://bugs.openjdk.org/browse/JDK-8351187), I apparently forgot to cover a path from `ObjectSynchronizer::quick_notify`, probably due to concurrent renames. I think we can cover this gap while still simplifying the code: let `ObjectMonitor` handle all events, DTrace, JFR, OM stats.
>
> Additional testing:
> - [x] Linux x86_64 server fastdebug, `jdk_jfr`
This pull request has now been integrated.
Changeset: ea07e719
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ea07e719ca255d0da1966118c464ee23f4dc44da
Stats: 21 lines in 3 files changed: 14 ins; 4 del; 3 mod
8352256: ObjectSynchronizer::quick_notify misses JFR event notification path
Reviewed-by: dholmes, coleenp, mgronlun
-------------
PR: https://git.openjdk.org/jdk/pull/24097
More information about the hotspot-runtime-dev
mailing list