Integrated: 8338314: JFR: Split JFRCheckpoint VM operation

Aleksey Shipilev shade at openjdk.org
Mon Aug 19 09:11:54 UTC 2024


On Tue, 13 Aug 2024 15:56:46 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Investigating JFR crashes is a bit tedious, as Events section in `hs_err` shows just:
> 
> 
> Event: 3.006 Executing VM operation: JFRCheckpoint
> Event: 3.006 Executing VM operation: JFRCheckpoint done
> 
> 
> What is that `JFRCheckpoint` doing is unclear, because it can do two separate things: clear or write. It would be good if we could disambiguate the two. Since there are only two flavors of checkpoint, I think we can just split the VMOp into two more precisely named ones, so it gives us e.g.:
> 
> 
> Event: 2.462 Executing VM operation: JFRSafepointClear
> Event: 2.463 Executing VM operation: JFRSafepointClear done

This pull request has now been integrated.

Changeset: 6d430f24
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6d430f24df9d599fe1e12c6b65117c02773ae5d8
Stats:     23 lines in 3 files changed: 12 ins; 1 del; 10 mod

8338314: JFR: Split JFRCheckpoint VM operation

Reviewed-by: mgronlun, egahlin

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

PR: https://git.openjdk.org/jdk/pull/20570


More information about the hotspot-dev mailing list