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

duke duke at openjdk.org
Tue Oct 3 20:11:45 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 been closed without being integrated.

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

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


More information about the hotspot-jfr-dev mailing list