Integrated: JDK-8269092: Add OldObjectSampleEvent.allocationSize field

Ludovic Henry luhenry at openjdk.java.net
Fri Jun 25 08:34:09 UTC 2021


On Tue, 22 Jun 2021 08:32:56 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

> The data is already available in ObjectSample.allocated and getting this data
> in another way is complicated (via Instrumentation for example). Having the
> size of the objects also allows to augment the memory leak analysis based on
> the object size impact on top of based on the object count impact.

This pull request has now been integrated.

Changeset: fdcae665
Author:    Ludovic Henry <luhenry at openjdk.org>
Committer: Jaroslav Bachorik <jbachorik at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fdcae6653c215646c83e19721a18508f6e667eb4
Stats:     126 lines in 3 files changed: 126 ins; 0 del; 0 mod

8269092: Add OldObjectSampleEvent.allocationSize field

Reviewed-by: egahlin, jbachorik

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

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


More information about the hotspot-jfr-dev mailing list