RFR: 8277194: applications/runthese/RunThese30M.java crashes with jfrSymbolTable.cpp:305 assert(_instance != null)

Markus Grönlund mgronlun at openjdk.java.net
Wed Dec 1 10:15:28 UTC 2021


On Wed, 1 Dec 2021 08:37:54 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> It seems other event filters have a form of:
> 
> ```
>  if (XXXEvent::is_enabled()) {
>     ...
>     send_event(...);
>  }
> ```
> 
> ...but that's just a style thing.

It is hoisted not to have to perform the check where enabled is implied, thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6611


More information about the hotspot-jfr-dev mailing list