[jdk15u-dev] Integrated: 8280684: JfrRecorderService failes with guarantee(num_written > 0) when no space left on device.
Ekaterina Vergizova
evergizova at openjdk.org
Tue Aug 2 11:56:40 UTC 2022
On Tue, 2 Aug 2022 11:03:32 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:
> I'd like to backport JDK-8280684 to 15u for parity with 11u.
> The patch doesn't apply cleanly due to copyright years and context difference in jfrJavaSupport.cpp, jfrJavaSupport.hpp and jfrStreamWriterHost.inline.hpp (JDK-8252685 and JDK-8183227 are not in 15u).
> Additionally, similar to 11u backport, the original condition `error_msg != NULL` is left without replacing NULL with nullptr, because C++14 Language Features was enabled since jdk16 (JDK-8208089).
>
> Tested with jdk/jfr and tier1.
This pull request has now been integrated.
Changeset: ed0200ad
Author: Ekaterina Vergizova <evergizova at openjdk.org>
URL: https://git.openjdk.org/jdk15u-dev/commit/ed0200ad98eb666dc8b67e9afd5c788075056b9a
Stats: 14 lines in 3 files changed: 8 ins; 1 del; 5 mod
8280684: JfrRecorderService failes with guarantee(num_written > 0) when no space left on device.
Reviewed-by: yan
Backport-of: 9471f24ca191832669a13e5a1ea73f7097a25927
-------------
PR: https://git.openjdk.org/jdk15u-dev/pull/250
More information about the jdk-updates-dev
mailing list