Integrated: 8313722: JFR: Avoid unnecessary calls to Events.from(Recording)

Erik Gahlin egahlin at openjdk.org
Fri Dec 1 20:57:49 UTC 2023


On Fri, 4 Aug 2023 02:33:48 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Could I have a review of PR that removes unnecessary calls to Events.from(Recording). 
> 
> With each call a new dump file is created. A better approach is store the events in a List that can be reused,
> 
> Testing: jdk/jdk/jfr
> 
> Thanks
> Erik

This pull request has now been integrated.

Changeset: 3a09a052
Author:    Erik Gahlin <egahlin at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3a09a052bcc67a7994677fd2a73e7afcf331a89e
Stats:     47 lines in 11 files changed: 13 ins; 1 del; 33 mod

8313722: JFR: Avoid unnecessary calls to Events.from(Recording)

Reviewed-by: mgronlun

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

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


More information about the hotspot-jfr-dev mailing list