RFR: 8277194: applications/runthese/RunThese30M.java crashes with jfrSymbolTable.cpp:305 assert(_instance != null)
Aleksey Shipilev
shade at openjdk.java.net
Wed Dec 1 08:41:28 UTC 2021
On Tue, 30 Nov 2021 11:43:53 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> Greetings,
>
> please help review this change set to add a missing enabled check for the event EventFinalizerStatistics, lack of which is causing problems when code not running a JFR recording is accessing uninitialized data as part of class unloading.
>
> Testing: jdk_jfr
>
> Thanks
> Markus
It seems other event filters have a form of:
if (XXXEvent::is_enabled()) {
...
send_event(...);
}
...but that's just a style thing.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6611
More information about the hotspot-jfr-dev
mailing list