RFR: 8313722: JFR: Avoid unnecessary calls to Events.from(Recording) [v3]
    Erik Gahlin 
    egahlin at openjdk.org
       
    Fri Dec  1 17:59:21 UTC 2023
    
    
  
> 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
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/15147/files
  - new: https://git.openjdk.org/jdk/pull/15147/files/6ee72814..574ec7b4
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15147&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15147&range=01-02
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/15147.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15147/head:pull/15147
PR: https://git.openjdk.org/jdk/pull/15147
    
    
More information about the hotspot-jfr-dev
mailing list