RFR: 8313722: JFR: Avoid unnecessary calls to Events.from(Recording) [v2]
Markus Grönlund
mgronlun at openjdk.org
Tue Aug 8 14:19:37 UTC 2023
On Mon, 7 Aug 2023 15:48:28 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
>
> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix typos
Marked as reviewed by mgronlun (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15147#pullrequestreview-1567419821
More information about the hotspot-jfr-dev
mailing list