[jdk17u-dev] Integrated: 8309959: JFR: Display N/A for missing data amount
Frederic Thevenet
fthevenet at openjdk.org
Mon Jun 19 19:09:12 UTC 2023
On Wed, 14 Jun 2023 13:45:36 GMT, Frederic Thevenet <fthevenet at openjdk.org> wrote:
> This is a backport of [JDK-8309959](https://bugs.openjdk.org/browse/JDK-8309959): JFR: Display N/A for missing data amount.
>
> It is a follow up to the backport of [JDK-8309550](): jdk.jfr.internal.Utils::formatDataAmount method should gracefully handle amounts equal to Long.MIN_VALUE
>
> NB: [ValueFormatter.java](https://github.com/openjdk/jdk/commit/a1ab377d995dce4d636b908e96bd168dc3a9f3e5#diff-92129c25f421457539b76d9df74cdd34a12d8afd07e53612859e2edeee2c5758) that is changed in the original commit got introduced with [JDK-8306703](https://bugs.openjdk.org/browse/JDK-8306703). which is JDK 21+ only and shouldn't get backported.
>
> A run of the Jdk_jfr test suite via GHA is available here: https://github.com/fthevenet/jdk17u-dev/actions/runs/5267901714
>
> Thanks
This pull request has now been integrated.
Changeset: 5a4e374c
Author: Frederic Thevenet <fthevenet at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/5a4e374c1b7a7cac90cb501e04e3d054c383dff9
Stats: 7 lines in 1 file changed: 3 ins; 1 del; 3 mod
8309959: JFR: Display N/A for missing data amount
Reviewed-by: stuefe, sgehwolf
Backport-of: 9872a14192ce3964b934c19ab685342ffd396986
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1438
More information about the jdk-updates-dev
mailing list