RFR: 8313722: JFR: Avoid unnecessary calls to Events.from(Recording) [v3]
    Markus Grönlund 
    mgronlun at openjdk.org
       
    Fri Dec  1 19:58:19 UTC 2023
    
    
  
On Fri, 1 Dec 2023 17:59:21 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:
> 
>   Remove empty line
Marked as reviewed by mgronlun (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15147#pullrequestreview-1760482540
    
    
More information about the hotspot-jfr-dev
mailing list