[jdk11u-dev] RFR: 8309550: jdk.jfr.internal.Utils::formatDataAmount method should gracefully handle amounts equal to Long.MIN_VALUE
Frederic Thevenet
fthevenet at openjdk.org
Tue Jun 13 09:03:50 UTC 2023
On Tue, 13 Jun 2023 08:09:57 GMT, Frederic Thevenet <fthevenet at openjdk.org> wrote:
> Hi,
>
> This is a backport of JDK-8309550: jdk.jfr.internal.Utils::formatDataAmount method should gracefully handle amounts equal to Long.MIN_VALUE
>
> Original patch does not apply cleanly to 11u as one of the modified file `src/jdk.jfr/share/classes/jdk/jfr/internal/util/ValueFormatter.java` does not exit prior to 21. Changes to other files apply cleanly.
>
> GHA tests are enabled and amended to include `test/jdk/jdk/jfr` in, addition to what's in the default configuration.
>
> Thanks.
Reverted changes to GHA configuration committed by mistake.
Results from the `jdk_jfr` test suite can be found here: https://github.com/fthevenet/jdk11u-dev/actions/runs/5244190479
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1942#issuecomment-1588858440
More information about the jdk-updates-dev
mailing list