RFR: 8346047: JFR: Incorrect percentile value in 'jfr view'
Erik Gahlin
egahlin at openjdk.org
Thu Dec 12 03:53:06 UTC 2024
Could I have a review of PR that fixes an issue with 'jfr view' when calculating the percentile.
It would be possible to create a separate variable for the truncated doubleIndex, but I think this is easier to read than introducing fourth index variable.
Testing: jdk/jdk/rf
Thanks
Erik
-------------
Commit messages:
- Remove incorrectly added file
- Initial
Changes: https://git.openjdk.org/jdk/pull/22700/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22700&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8346047
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/22700.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22700/head:pull/22700
PR: https://git.openjdk.org/jdk/pull/22700
More information about the hotspot-jfr-dev
mailing list