Integrated: 8264309: JFR: Improve .jfc parser

Erik Gahlin egahlin at openjdk.java.net
Mon Mar 29 14:00:29 UTC 2021


On Fri, 26 Mar 2021 18:03:11 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Hi,
> 
> Could I have a review of a fix that removes unnecessary number of StringBuilder allocations. Events are now referred to by name, not path. The code should reflect that. The method getSettings() is not used and can be removed.
> 
> Testing: jdk/jdk/jfr
> 
> Thanks
> Erik

This pull request has now been integrated.

Changeset: 963f1fc6
Author:    Erik Gahlin <egahlin at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/963f1fc6
Stats:     15 lines in 1 file changed: 1 ins; 6 del; 8 mod

8264309: JFR: Improve .jfc parser

Reviewed-by: mgronlun

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

PR: https://git.openjdk.java.net/jdk/pull/3222


More information about the hotspot-jfr-dev mailing list